GlsRSOLoader API
1.3.2
|
#include <gls_rso_loader.h>
Public Member Functions | |
Culler (bool enabled=true) | |
void | ExtractFrustum (disti::RSOInterface1::OpenGLMatrices ¤tMatrices) |
Public Member Functions inherited from RSOInterface1::Culler | |
Culler () | |
Additional Inherited Members | |
Public Attributes inherited from RSOInterface1::Culler | |
bool | _enabled |
PlaneClass | _planes [6] |
Defines culling parameters (ie- clipping planes for frustum culling) for PreDraw
Culler | ( | bool | enabled = true | ) |
Culler constructor
enabled | Whether or not to actually do the culling test |
void ExtractFrustum | ( | disti::RSOInterface1::OpenGLMatrices & | currentMatrices | ) |
Reads the current OpenGL projection matrices and determines the six frustum planes.
currentMatrices | Transformation matrices to apply to culling planes |