we
    Preparing search index...

    Interface I_AtmosphereHillaire

    Hillaire大气参数

    interface I_AtmosphereHillaire {
        absorption?: I_AtomSphereHillaireAbsorption;
        clouds?: I_AtmosphereCloudParams[];
        groundAlbedo?: [number, number, number];
        lut?: {
            aerialPerspective?: I_AtmosphereTextureLUT;
            mulitScattering?: I_AtmosphereTextureLUT;
            skyView?: I_AtmosphereTextureLUT;
            transmittances?: I_AtmosphereTextureLUT;
        };
        mie?: I_AtomSphereMie;
        multipleScatteringFactor?: number;
        planet?: I_AtmospherePLanetParams;
        rayLeigh?: I_AtomSphereRayLeigh;
    }
    Index

    Properties

    groundAlbedo?: [number, number, number]

    用于模拟行星表面反射光的地表平均反照率。

    lut?: {
        aerialPerspective?: I_AtmosphereTextureLUT;
        mulitScattering?: I_AtmosphereTextureLUT;
        skyView?: I_AtmosphereTextureLUT;
        transmittances?: I_AtmosphereTextureLUT;
    }

    LUT纹理初始化参数

    multipleScatteringFactor?: number

    大气中多重散射的权重。