Syntax:
SetFogRange(float Near, float Far)
Purpose:
Sets the near and far ranges of the fog effect.
Parameters:
Near - Depth at which fog starts to take effect.
Far - Depth at which fog effect ends.
Returned value(s):
None
Application:
cam1.SetFogColor(0,0,255)
cam1.SetFogRange(14,400)
Additional Info:
Default range is 1.0, 1000.0. Ranges are specified as distance from the camera.
See Also:
SetFogColor, EnableFog
|