RwSetCameraFarClipping(RwCamera *camera, RwReal fard);
Description
Sets the distance from the camera position to the far (back) clipping plane.
Arguments
camera Pointer to the camera.
fard Distance (in world space units) from the camera to the far clipping plane.
Return Value
The argument camera if successful, and NULL otherwise.
Comments
The default far clipping distance is a large value which is dependent on the numeric type of the library.
See Also