CameraObject::GetDepthRange
Defined in:
Returns the near plane depth.
C4CameraObjects.h
Prototype
const Range<float>& GetDepthRange(void) const;
Description
The GetDepthRange
function returns the range of depths corresponding to the near plane and far plane for the camera's view frustum.
See Also