#include <frustumCuller.h>
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) |
| 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.
0.6 by
1.5.5