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

Public Member Functions | |
| FarPlaneCullingAttribute (double maxEyeDistance=0.) | |
| 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 (FarPlaneCullingAttribute, CullingAttribute) | |
| VRS_SERIALIZABLE (FarPlaneCullingAttribute) | |
is orthogonal to the camera's view direction 2. has exaclty maxEyeDistance from camera's position
| VRS::FarPlaneCullingAttribute::FarPlaneCullingAttribute | ( | double | maxEyeDistance = 0. |
) |
| virtual ViewInfo::CullingPos VRS::FarPlaneCullingAttribute::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::FarPlaneCullingAttribute::VRS_TYPEINFO | ( | FarPlaneCullingAttribute | , | |
| CullingAttribute | ||||
| ) |
| VRS::FarPlaneCullingAttribute::VRS_SERIALIZABLE | ( | FarPlaneCullingAttribute | ) |