Skybox::GetSkyboxFlags
Defined in:
Returns the skybox flags.
C4Skybox.h
Prototype
uint32 GetSkyboxFlags(void) const;
Description
The GetSkyboxFlags
function returns the skybox flags, which can be a combination (through logical OR) of the following constants.
kSkyboxHorizon |
The skybox is rendered only above the horizon. |
kSkyboxGlowEnable |
Glow is enabled for the skybox, and the glow intensity is stored in the alpha channel. |
kSkyboxFogInhibit |
Fog is not applied to the skybox. |
kSkyboxSmearTexture |
The skybox texture is only mapped to the area above the horizon. |
See Also