skybox property

Skybox? skybox
getter/setter pair

The visible background drawn behind the scene, or null (the default) to clear to transparent.

Decoupled from the image-based lighting (environment): a default Skybox with an EnvironmentSkySource shows that same environment (optionally blurred), but the two can be set independently. The engine draws the skybox behind all geometry; you do not place any geometry.

Implementation

Skybox? skybox;