Extends the eq::Frustum to update server-side generic frustum data. More...
#include <frustum.h>


Public Member Functions | |
| Frustum (FrustumData &data) | |
| Frustum (const Frustum &from, FrustumData &data) | |
| virtual | ~Frustum () |
| Destruct the frustum. | |
| void | setWall (const eq::Wall &wall) |
| Set the frustum using a wall description. | |
| void | setProjection (const eq::Projection &projection) |
| Set the frustum using a projection description. | |
| void | setEyeBase (const float eyeBase) |
| Set the eye separation. | |
Extends the eq::Frustum to update server-side generic frustum data.
Definition at line 32 of file server/frustum.h.
| virtual eq::server::Frustum::~Frustum | ( | ) | [inline, virtual] |
Destruct the frustum.
Reimplemented from eq::Frustum.
Definition at line 37 of file server/frustum.h.
| void eq::server::Frustum::setWall | ( | const eq::Wall & | wall | ) |
Set the frustum using a wall description.
Reimplemented from eq::Frustum.
Definition at line 45 of file server/frustum.cpp.
References eq::Frustum::setWall().
Referenced by eq::server::Compound::setWall().


| void eq::server::Frustum::setProjection | ( | const eq::Projection & | projection | ) |
Set the frustum using a projection description.
Reimplemented from eq::Frustum.
Definition at line 51 of file server/frustum.cpp.
References eq::Frustum::setProjection().
Referenced by eq::server::Compound::setProjection().


| void eq::server::Frustum::setEyeBase | ( | const float | eyeBase | ) |
Set the eye separation.
0.9.1 by
1.6.1