openscenegraph
Public Types | Public Member Functions | Public Attributes
osgViewer::DepthPartitionSettings Struct Reference
Inheritance diagram for osgViewer::DepthPartitionSettings:
osg::Referenced

List of all members.

Public Types

enum  DepthMode { FIXED_RANGE, BOUNDING_VOLUME }

Public Member Functions

 DepthPartitionSettings (DepthMode mode=BOUNDING_VOLUME)
virtual bool getDepthRange (osg::View &view, unsigned int partition, double &zNear, double &zFar)

Public Attributes

DepthMode _mode
double _zNear
double _zMid
double _zFar

Member Enumeration Documentation

Enumerator:
FIXED_RANGE 
BOUNDING_VOLUME 

Constructor & Destructor Documentation


Member Function Documentation

virtual bool osgViewer::DepthPartitionSettings::getDepthRange ( osg::View view,
unsigned int  partition,
double &  zNear,
double &  zFar 
) [virtual]

Member Data Documentation


The documentation for this struct was generated from the following file: