SkyBox
Represents the sky with an artist-created cubemap.
Sky Box
string
The name of a cubemap material for the sky box.
bool
If false the bottom of the skybox is not rendered.
float
The height (0-1) of the fog band from the horizon to the top of the SkyBox.
Public Static Attributes
bool
Disables rendering of all instances of this type.
bool
Disables selection of all instances of this type.
Public Functions
void
Detailed Description
Represents the sky with an artist-created cubemap.
SkyBox is not a directional light and should be used in conjunction with a Sun object.
Sky Box
string Material
The name of a cubemap material for the sky box.
bool drawBottom
If false the bottom of the skybox is not rendered.
float fogBandHeight
The height (0-1) of the fog band from the horizon to the top of the SkyBox.