class OSGUTIL_EXPORT osgUtil::ViewState: public osg::Referenced

Container class for encapsulating the viewing state in local coordinates, during the cull traversal

Inheritance:


Public Fields

[more]osg::Matrix* _matrix
[more]osg::Matrix* _inverse
[more]osg::Vec3 _eyePoint
[more]osg::Vec3 _centerPoint
[more]osg::Vec3 _lookVector
[more]osg::Vec3 _upVector
[more]osg::Vec3 _frustumTopNormal
[more]osg::Vec3 _frustumBottomNormal
[more]osg::Vec3 _frustumLeftNormal
[more]osg::Vec3 _frustumRightNormal
[more]float _ratio
[more]bool _viewFrustumCullingActive
[more]bool _smallFeatureCullingActive

Public Methods

[more] ViewState()
[more]bool isCulled(const osg::BoundingSphere& sp)
[more]bool isCulled(const osg::BoundingBox& bb)

Protected Methods

[more] ~ViewState()


Documentation

Container class for encapsulating the viewing state in local coordinates, during the cull traversal
o ViewState()

oosg::Matrix* _matrix

oosg::Matrix* _inverse

oosg::Vec3 _eyePoint

oosg::Vec3 _centerPoint

oosg::Vec3 _lookVector

oosg::Vec3 _upVector

oosg::Vec3 _frustumTopNormal

oosg::Vec3 _frustumBottomNormal

oosg::Vec3 _frustumLeftNormal

oosg::Vec3 _frustumRightNormal

ofloat _ratio

obool _viewFrustumCullingActive

obool _smallFeatureCullingActive

obool isCulled(const osg::BoundingSphere& sp)

obool isCulled(const osg::BoundingBox& bb)

o ~ViewState()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.