Container class for encapsulating the viewing state in local coordinates, during the cull traversal
Inheritance:
Public Fields
-
osg::ref_ptr<osg::Matrix> _matrix
-
osg::ref_ptr<osg::Matrix> _inverse
-
osg::Vec3 _eyePoint
-
osg::Vec3 _centerPoint
-
osg::Vec3 _lookVector
-
osg::Vec3 _upVector
-
unsigned int _bbCornerFar
-
unsigned int _bbCornerNear
-
float _ratio2
-
osg::ClippingVolume _clippingVolume
Public Methods
-
CullViewState()
-
typedef unsigned intinline CullingMode bool isCulled(const osg::BoundingSphere& sp, CullingMode& mode) const
-
inline bool isCulled(const osg::BoundingBox& bb, CullingMode mode) const
Public Members
-
enum
Protected Methods
-
~CullViewState()
Documentation
Container class for encapsulating the viewing state in local
coordinates, during the cull traversal
- CullViewState()
- osg::ref_ptr<osg::Matrix> _matrix
- osg::ref_ptr<osg::Matrix> _inverse
- osg::Vec3 _eyePoint
- osg::Vec3 _centerPoint
- osg::Vec3 _lookVector
- osg::Vec3 _upVector
- unsigned int _bbCornerFar
- unsigned int _bbCornerNear
- float _ratio2
- osg::ClippingVolume _clippingVolume
- enum
- NO_CULLING
- FRUSTUM_LEFT_CULLING
- FRUSTUM_RIGHT_CULLING
- FRUSTUM_BOTTOM_CULLING
- FRUSTUM_TOP_CULLING
- FRUSTUM_NEAR_CULLING
- FRUSTUM_FAR_CULLING
- VIEW_FRUSTUM_CULLING
- SMALL_FEATURE_CULLING
- ENALBE_ALL_CULLING
- typedef unsigned intinline CullingMode bool isCulled(const osg::BoundingSphere& sp, CullingMode& mode) const
- inline bool isCulled(const osg::BoundingBox& bb, CullingMode mode) const
- ~CullViewState()
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.