openscenegraph
|
Public Types | |
typedef std::set< osg::Drawable * > | DrawableSet |
typedef std::set< osg::StateSet * > | StateSetSet |
typedef std::set< osg::Texture * > | TextureSet |
typedef std::set< osg::Program * > | ProgramSet |
![]() | |
enum | TraversalMode { TRAVERSE_NONE, TRAVERSE_PARENTS, TRAVERSE_ALL_CHILDREN, TRAVERSE_ACTIVE_CHILDREN } |
enum | VisitorType { NODE_VISITOR = 0, UPDATE_VISITOR, EVENT_VISITOR, COLLECT_OCCLUDER_VISITOR, CULL_VISITOR } |
typedef std::set<osg::Drawable*> osgUtil::StateToCompile::DrawableSet |
typedef std::set<osg::Program*> osgUtil::StateToCompile::ProgramSet |
typedef std::set<osg::StateSet*> osgUtil::StateToCompile::StateSetSet |
typedef std::set<osg::Texture*> osgUtil::StateToCompile::TextureSet |
osgUtil::StateToCompile::StateToCompile | ( | GLObjectsVisitor::Mode | mode | ) |
|
virtual |
Reimplemented from osg::NodeVisitor.
|
virtual |
Reimplemented from osg::NodeVisitor.
|
virtual |
|
virtual |
|
virtual |
|
inline |
bool osgUtil::StateToCompile::_assignPBOToImages |
DrawableSet osgUtil::StateToCompile::_drawables |
DrawableSet osgUtil::StateToCompile::_drawablesHandled |
GLObjectsVisitor::Mode osgUtil::StateToCompile::_mode |
osg::ref_ptr<osg::PixelBufferObject> osgUtil::StateToCompile::_pbo |
ProgramSet osgUtil::StateToCompile::_programs |
StateSetSet osgUtil::StateToCompile::_statesetsHandled |
TextureSet osgUtil::StateToCompile::_textures |