OpenSceneGraph
3.4.0
|
Public Types | |
typedef std::vector< osg::Vec3d > | Vertices |
typedef std::vector< unsigned int > | Indices |
typedef std::vector< Indices > | Faces |
typedef std::vector< Indices > | Edges |
Public Member Functions | |
Frustum (osgUtil::CullVisitor *cv, double minZNear, double maxZFar) | |
Public Attributes | |
osg::Matrixd | projectionMatrix |
osg::Matrixd | modelViewMatrix |
Vertices | corners |
Faces | faces |
Edges | edges |
osg::Vec3d | eye |
osg::Vec3d | centerNearPlane |
osg::Vec3d | centerFarPlane |
osg::Vec3d | center |
osg::Vec3d | frustumCenterLine |
typedef std::vector<Indices> osgShadow::ViewDependentShadowMap::Frustum::Edges |
typedef std::vector<Indices> osgShadow::ViewDependentShadowMap::Frustum::Faces |
typedef std::vector<unsigned int> osgShadow::ViewDependentShadowMap::Frustum::Indices |
typedef std::vector<osg::Vec3d> osgShadow::ViewDependentShadowMap::Frustum::Vertices |
osgShadow::ViewDependentShadowMap::Frustum::Frustum | ( | osgUtil::CullVisitor * | cv, |
double | minZNear, | ||
double | maxZFar | ||
) |
![]() | Generated at Tue Dec 8 2015 00:14:30 for the OpenSceneGraph by doxygen 1.7.6.1. |