we
    Preparing search index...

    Interface I_AtmosphereParams

    interface I_AtmosphereParams {
        absorption?: any;
        clouds?: I_AtmosphereCloudParams[];
        mie?: I_AtomSphereMie;
        planet?: I_AtmospherePLanetParams;
        rayLeigh?: I_AtomSphereRayLeigh;
    }
    Index

    Properties

    absorption?: any