| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/camera.h>

Public Member Functions | |
| VRS_TYPEINFO (CameraViewInfo, ModelviewProjectionViewInfo) | |
| CameraViewInfo (SO< const Camera > camera, SO< const Engine > engine, unsigned int viewportSizeX, unsigned int viewportSizeY) | |
| virtual CullingPos | culling (const Vector &point, double radius) const |
| Returns if the given sphere is inside or outside the view frustum. | |
| virtual CullingPos | culling (const Vector &point) const |
| Returns if the given point is inside or outside the view frustum. | |
| virtual CullingPos | culling (const Bounds &bbox) const |
| Returns if the given box is inside or outside the view frustum. | |
Protected Member Functions | |
| template<class T> | |
| CullingPos | cullPlanes (const T &obj) const |
| VRS::CameraViewInfo::CameraViewInfo | ( | SO< const Camera > | camera, | |
| SO< const Engine > | engine, | |||
| unsigned int | viewportSizeX, | |||
| unsigned int | viewportSizeY | |||
| ) |
| VRS::CameraViewInfo::VRS_TYPEINFO | ( | CameraViewInfo | , | |
| ModelviewProjectionViewInfo | ||||
| ) |
| virtual CullingPos VRS::CameraViewInfo::culling | ( | const Vector & | point, | |
| double | radius | |||
| ) | const [virtual] |
Returns if the given sphere is inside or outside the view frustum.
Reimplemented from VRS::ModelviewProjectionViewInfo.
| virtual CullingPos VRS::CameraViewInfo::culling | ( | const Vector & | point | ) | const [virtual] |
Returns if the given point is inside or outside the view frustum.
Reimplemented from VRS::ModelviewProjectionViewInfo.
| virtual CullingPos VRS::CameraViewInfo::culling | ( | const Bounds & | bbox | ) | const [virtual] |
Returns if the given box is inside or outside the view frustum.
Reimplemented from VRS::ModelviewProjectionViewInfo.
| CullingPos VRS::CameraViewInfo::cullPlanes | ( | const T & | obj | ) | const [inline, protected] |