|
Represents the sky with an artist-created cubemap. More...
Public Attributes | |
void | postApply |
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. | |
string | Material |
The name of a cubemap material for the sky box. | |
Static Public Attributes | |
static bool | isRenderable |
Disables rendering of all instances of this type. | |
static bool | isSelectable |
Disables selection of all instances of this type. |
Represents the sky with an artist-created cubemap.
SkyBox is not a directional light and should be used in conjunction with a Sun object.
bool SkyBox::drawBottom |
If false the bottom of the skybox is not rendered.
float SkyBox::fogBandHeight |
The height (0-1) of the fog band from the horizon to the top of the SkyBox.
bool SkyBox::isRenderable [static] |
Disables rendering of all instances of this type.
Reimplemented from SceneObject.
bool SkyBox::isSelectable [static] |
Disables selection of all instances of this type.
Reimplemented from SceneObject.
string SkyBox::Material |
The name of a cubemap material for the sky box.
void SkyBox::postApply |