C4 Engine
C4 Engine API Documentation

FrustumCameraObject::GetFrustumFlags

Defined in:  C4CameraObjects.h
Returns the frustum flags.
Prototype

uint32 GetFrustumFlags(voidconst;

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

FrustumCameraObject::SetFrustumFlags