C4 Engine
C4 Engine API Documentation

FogSpaceObject::SetFogSpaceFlags

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

void SetFogSpaceFlags(uint32 flags);

Parameters
flags The new fog flags.
Description
The SetFogSpaceFlags function sets the fog space flags to the value specified by the flags parameter, 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::GetFogSpaceFlags