C4 Engine
C4 Engine API Documentation

FrustumCameraObject::SetFrustumFlags

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

void SetFrustumFlags(uint32 flags);

Parameters
flags The new frustum flags.
Description
The SetFrustumFlags function sets the frustum flags for the camera to those specified by the flags parameter. 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::GetFrustumFlags