Inheritance diagram for osgUtil::DisplayRequirementsVisitor:
Public Member Functions | |
DisplayRequirementsVisitor () | |
void | setDisplaySettings (osg::DisplaySettings *ds) |
const osg::DisplaySettings * | getDisplaySettings () const |
virtual void | applyStateSet (osg::StateSet &stateset) |
virtual void | apply (osg::Node &node) |
virtual void | apply (osg::Geode &geode) |
Protected Attributes | |
osg::ref_ptr< osg::DisplaySettings > | _ds |
|
Default to traversing all children, and requiresDoubleBuffer, requiresRGB and requiresDepthBuffer to true and with alpha and stencil off. |
|
Reimplemented from osg::NodeVisitor. |
|
Reimplemented from osg::NodeVisitor. |
|
|
|
Get the DisplaySettings |
|
Set the DisplaySettings. |
|
|