SilverLining 2.32
Functions

C:/sl/Public Headers/Frustum.h File Reference

A viewing frustum, modeled as a collection of six planes. More...

#include "Plane.h"
Include dependency graph for Frustum.h:
This graph shows which files directly or indirectly include this file:

Functions

void SILVERLINING_API SilverLining::SetPlane (int planeNum, const Plane &plane)
 Assigns a plane to one of the enumerated planes of the frustum.
const Plane &SILVERLINING_API SilverLining::GetPlane (int planeNum) const
 Retrieves a specific Plane of the frustum.
void SILVERLINING_API SilverLining::EnableFarClipCulling (bool bEnable)
 Enables culling against the far clip plane from this frustum (enabled by default.)

Detailed Description

A viewing frustum, modeled as a collection of six planes.