C4 Engine
C4 Engine API Documentation

FogSpaceObject::GetFogSpaceFlags

Defined in:  C4SpaceObjects.h
Returns the fog space flags.
Prototype

uint32 GetFogSpaceFlags(voidconst;

Description
The GetFogSpaceFlags function returns the fog space flags, which can be a combination (through logical OR) of the following constants.
kFogSpaceDistanceOcclusion Apply distance occlusion parallel to the fog plane when the camera is inside the fog volume.
kFogSpaceDepthOcclusion Apply distance occlusion perpendicular to the fog plane for all camera positions.
See Also

FogSpaceObject::SetFogSpaceFlags