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

    Interface GlowOptions

    Constructor options for the Glow entity.

    interface GlowOptions {
        color?: ColorRepresentation;
        ellipsoid?: Ellipsoid;
        name?: string;
        object3d?: Object3D<Object3DEventMap>;
        thickness?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color?: ColorRepresentation

    The color of the glow.

    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)