FogSpaceObject::GetFogSpaceFlags
Defined in:
Returns the fog space flags.
C4SpaceObjects.h
Prototype
uint32 GetFogSpaceFlags(void) const;
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