SkyBox Namespace

The SkyBox is part of an Environment drawn in the background of spatial views to provide context. Several types of skybox are supported:

  • A cube with a texture image mapped to each face;
  • A sphere with a single texture image mapped to its surface;
  • A sphere with a Gradient mapped to its surface.

Class

Name Description
SkyBox.CreateParams Parameters used by the RenderSystem to instantiate a SkyBox.
SkyBox.SphereParams Parameters defining a spherical SkyBox.

Defined in

SkyBox Class

The SkyBox is part of an Environment drawn in the background of spatial views to provide context. Several types of skybox are supported:

  • A cube with a texture image mapped to each face;
  • A sphere with a single texture image mapped to its surface;
  • A sphere with a Gradient mapped to its surface.

Extended by

Implements

Methods

Name Description
constructor(sky?: SkyBoxProps): SkyBox Protected    
toJSON(): SkyBoxProps    
createFromJSON(json?: SkyBoxProps): SkyBox Static Instantiate a SkyBox from its JSON representation.  

Properties

Name Type Description
display boolean Whether or not the skybox should be displayed.  

Defined in

Last Updated: 29 November, 2022