API (v2.0.0) - Giro3D
    Preparing search index...

    Interface AtmosphereOptions

    Constructor options for the Atmosphere entity.

    interface AtmosphereOptions {
        ellipsoid?: Ellipsoid;
        name?: string;
        object3d?: Object3D<Object3DEventMap>;
        thickness?: number;
        wavelengths?: [number, number, number];
    }

    Hierarchy (View Summary)

    Index

    Properties

    ellipsoid?: Ellipsoid

    The ellipsoid to use.

    Ellipsoid.WGS84

    name?: string

    The optional display name of this entity. Mostly used for debugging.

    object3d?: Object3D<Object3DEventMap>

    The root object of this entity. If none is provided, a new Group is created.

    thickness?: number

    The thickness of the atmosphere

    300km (earth atmosphere)
    
    wavelengths?: [number, number, number]

    Red, green, blue wavelength, in normalized values (i;e in the [0, 1] range)

    [0.65, 0.57, 0.475]