FrustumCameraObject::SetFrustumFlags
Defined in:
Sets the frustum flags.
C4CameraObjects.h
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