![]() |
Public API Reference |
#include <rview.h>
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. More... | |
Friends | |
class | csRenderContext |
It is basically a bounding frustum for the current clipper.
Definition at line 96 of file iengine/rview.h.
|
The frustum is given as csVector3 and not with csPlane3 because the planes go through the origin so the D component is zero.
Definition at line 111 of file iengine/rview.h. |