vmml::FrustumCuller< T > Class Template Reference

#include <frustumCuller.h>

List of all members.


Detailed Description

template<class T>
class vmml::FrustumCuller< T >

Helper class for OpenGL view frustum culling.

Definition at line 29 of file frustumCuller.h.


Public Member Functions

void setup (const Matrix4< T > &projModelView)
 Setup the culler by extracting the frustum planes from the projection matrix.
Visibility testSphere (const Vector4< T > &sphere)

Member Function Documentation

template<class T>
void vmml::FrustumCuller< T >::setup ( const Matrix4< T > &  projModelView  )  [inline]

Setup the culler by extracting the frustum planes from the projection matrix.

The projection matrix should contain the viewing transformation.

Definition at line 65 of file frustumCuller.h.


The documentation for this class was generated from the following file:
Generated on Sat Dec 6 12:01:53 2008 for Equalizer 0.6 by  doxygen 1.5.5