C4 Engine
C4 Engine API Documentation

Skybox::GetSkyboxFlags

Defined in:  C4Skybox.h
Returns the skybox flags.
Prototype

uint32 GetSkyboxFlags(voidconst;

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

Skybox::SetSkyboxFlags