C4 Engine
C4 Engine API Documentation

Skybox::SetSkyboxFlags

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

void SetSkyboxFlags(uint32 flags);

Parameters
flags The new skybox flags.
Description
The GetSkyboxFlags function sets 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::GetSkyboxFlags