C3DCamera::EnableFog

Top  Previous  Next

Syntax:

 

EnableFog(int  toggle)

 

Purpose:

Enables/Disables fog for the camera.

 

Parameters:
toggle - TRUE to enable fog in the cameras view, FALSE to disable.

 

Returned value(s):
None

 

Example:

Cam1.EnableFog(TRUE)

 

Additional Info: