|
OpenFrames
|
This class sets up depth partitioning. More...
#include <DepthPartitioner.hpp>
Public Member Functions | |
| bool | setViewToPartition (osgViewer::View *view) |
| osgViewer::View * | getViewToPartition () |
| DepthPartitionCallback * | getCallback () |
| osg::Camera * | getDPCamera () |
Protected Attributes | |
| osg::ref_ptr< osg::Camera > | _dpMainSlaveCamera |
| osg::ref_ptr< DepthPartitionCallback > | _dpCallback |
| osgViewer::View * | _view |
This class sets up depth partitioning.
This class sets up depth partitioning on an osgViewer::View. Note that an instance of this class can only be attached to one View at a time.
|
inline |
Get the update callback that does the actual partitioning
|
inline |
Get the main slave camera that manages depth partition settings
| bool OpenFrames::DepthPartitioner::setViewToPartition | ( | osgViewer::View * | view | ) |
Specify which View to partition
1.8.14