FrustumCameraObject::GetFrustumFlags
Defined in:
Returns the frustum flags.
C4CameraObjects.h
Prototype
uint32 GetFrustumFlags(void) const;
Description
The GetFrustumFlags
function returns the frustum flags for the camera. The frustum flags can be a combination (through logical OR) of the following constants.
kFrustumInfinite |
Frustum has an infinite far plane. |
kFrustumOblique |
Frustum has an oblique near plane. |
See Also