OpenSceneGraph
|
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 |