Constructor options for the Glow entity.

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

Hierarchy (view full)

Properties

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.

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)