C3DCamera::SetBackPlane

Top  Previous  Next

Syntax:
 
SetBackPlane(float  plane)
 
Purpose:
Sets the position of the back clipping plane for the camera's viewport.

 
Parameters:
plane - The new back clipping plane.

 
Returned value(s):
None

 

Application.

c.Create(s)
c.Position(0,0,-8)
c.Orient(0,0,1,0,1,0)
c.SetBackPlane(500)

 
Additional Info:

Objects positioned outside of the front and back clipping planes will not be rendered. The default back clipping plane is 100.0 when the camera is created.