#include <rview.h>
Public Methods | |
csRenderContextFrustum () | |
void | IncRef () |
void | DecRef () |
Public Attributes | |
csVector3 | frustum [4] |
The frustum is given as csVector3 and not with csPlane3 because the planes go through the origin so the D component is zero. | |
Friends | |
class | csRenderContext |
It is basically a bounding frustum for the current clipper.