Describes all celestial bodies (a combination of OrbitalObject, CanHaveRings)

Type Parameters

Implements

Constructors

Properties

asteroidField: null

Returns the asteroid belt of the object's ring, or null if the object has no rings

model:
    | Extract<StarModel, { type: TObjectType }>
    | Extract<BlackHoleModel, { type: TObjectType }>
    | Extract<NeutronStarModel, { type: TObjectType }>
    | Extract<TelluricSatelliteModel, { type: TObjectType }>
    | Extract<GasPlanetModel, { type: TObjectType }>
    | Extract<TelluricPlanetModel, { type: TObjectType }>
    | Extract<JuliaSetModel, { type: TObjectType }>
    | Extract<MandelboxModel, { type: TObjectType }>
    | Extract<MandelbulbModel, { type: TObjectType }>
    | Extract<MengerSpongeModel, { type: TObjectType }>
    | Extract<SierpinskiPyramidModel, { type: TObjectType }>
ringsUniforms: null

Returns the uniforms used to render the rings, or null if the object has no rings

targetInfo: TargetInfo

Methods