FogSpaceObject::GetFogFunction
Defined in:
Returns the fog function.
C4SpaceObjects.h
Prototype
FogFunction GetFogFunction(void) const;
Description
The GetFogFunction
function returns the fog function, which can be one of the following constants.
kFogFunctionConstant |
Use constant fog density. |
kFogFunctionLinear |
Use linearly increasing fog density. |
FogSpaceObject::SetFogFunction
function for a description of how fog functions are used in calculating fog effects.
See Also