The SceneSkyBox class is responsible for rendering a skybox within a SceneWorld
. It provides properties to control the appearance of the skybox, such as the material, tint, and fog parameters.
The SceneSkyBox class is responsible for rendering a skybox within a SceneWorld
. It provides properties to control the appearance of the skybox, such as the material, tint, and fog parameters.
Member Name | Summary |
---|---|
SkyMaterial | The skybox material. Typically it should use the "Sky" shader. |
SkyTint | Skybox color tint. |
FogParams | Controls the skybox specific fog. |
SetSkyLighting | Obsolete. Sets the sky lighting using a constant vector. |