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

Public Member Functions | |
| SceneSpaceCullingAttribute (const Vector &planeNormal=Vector::origin, const Vector &onPlane=Vector::origin) | |
| virtual ViewInfo::CullingPos | cull (const Bounds &bounds, const SO< ViewInfo const > &viewInfo) const |
| ! Returns whether the given volume is eather indide, outside or both relatvie to this culling object. | |
| VRS_TYPEINFO (SceneSpaceCullingAttribute, CullingAttribute) | |
| VRS_SERIALIZABLE (SceneSpaceCullingAttribute) | |
| VRS::SceneSpaceCullingAttribute::SceneSpaceCullingAttribute | ( | const Vector & | planeNormal = Vector::origin, |
|
| const Vector & | onPlane = Vector::origin | |||
| ) |
| virtual ViewInfo::CullingPos VRS::SceneSpaceCullingAttribute::cull | ( | const Bounds & | bounds, | |
| const SO< ViewInfo const > & | viewInfo | |||
| ) | const [virtual] |
! Returns whether the given volume is eather indide, outside or both relatvie to this culling object.
Implements VRS::CullingAttribute.
| VRS::SceneSpaceCullingAttribute::VRS_TYPEINFO | ( | SceneSpaceCullingAttribute | , | |
| CullingAttribute | ||||
| ) |
| VRS::SceneSpaceCullingAttribute::VRS_SERIALIZABLE | ( | SceneSpaceCullingAttribute | ) |