C3DCamera::SetFrontPlane

Top  Previous  Next

Syntax:
 
SetFrontPlane(float  plane)
 
Purpose:
Sets the front clipping plane of the camera.

 
Parameters:
plane - The new front clipping plane
 
Returned value(s):
None

 

Application:

cam1.SetFrontPlane(5.0)

 

Additional Info:
Objects positioned outside of the front and back clipping planes will not be rendered. The default front clipping plane is 1.0 when the camera is created.
 
See Also:

SetBackPlane