RenderWare V2.1

Previous Page Index Next Page

RwReal

RwGetCameraFarClipping(RwCamera *camera);

Description

Retrieves the distance from the camera's position to the back clipping plane.

Arguments

camera Pointer to the camera.

Return Value

The distance from the camera to the far clipping plane if successful, and CREAL(-1.0) otherwise.

See Also

RwCreateCamera()

RwGetCameraNearClipping()

RwSetCameraFarClipping()

RwSetCameraNearClipping()