GlsRSOLoader API  1.3.1
Culler Class Reference

#include <gls_rso_loader.h>

Inheritance diagram for Culler:
RSOInterface1::Culler

Public Member Functions

 Culler (bool enabled=true)
 
void ExtractFrustum (disti::RSOInterface1::OpenGLMatrices &currentMatrices)
 

Additional Inherited Members

- Public Attributes inherited from RSOInterface1::Culler
bool _enabled
 
PlaneClass _planes [6]
 

Detailed Description

Defines culling parameters (ie- clipping planes for frustum culling) for PreDraw

Constructor & Destructor Documentation

Culler ( bool  enabled = true)

Culler constructor

Parameters
enabledWhether or not to actually do the culling test

Member Function Documentation

void ExtractFrustum ( disti::RSOInterface1::OpenGLMatrices currentMatrices)

Reads the current OpenGL projection matrices and determines the six frustum planes.

Parameters
currentMatricesTransformation matrices to apply to culling planes

The documentation for this class was generated from the following file: