OpenSceneGraph/include/osgUtil
Robert Osfield 7082abb8ad Added support for an osgUtil::SceneView::init() traversal which is called once
per scene view.  The user can attach a NodeVisitor to do init for them, or
leave it to the default which is to use the osgUtil::DisplayListVisitor
which compiles all display lists and texture objects.  The init traversal
is called automatically by the first call to either app() or cull(), so
should not be called by user code during initialization. This ensures
that a valid graphics context has been established before OpenGL is initialized.

osgUtil::DisplayListVisitor has also been updated to use a bit mask for options, and the addition of
compilation of texture objects (via StateAttribute::compile) has also been
added.
2001-10-20 20:26:36 +00:00
..
AppVisitor Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
CameraManipulator Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
CullViewState Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
CullVisitor Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
DepthSortedBin Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
DisplayListVisitor Added support for an osgUtil::SceneView::init() traversal which is called once 2001-10-20 20:26:36 +00:00
DriveManipulator Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Export Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
FlightManipulator Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
GUIActionAdapter Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
GUIEventAdapter Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
GUIEventHandler Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
InsertImpostorsVisitor Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
IntersectVisitor Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Optimizer Added osgUtil::Optimizer which contains four visitor each designed for doing 2001-10-19 14:22:02 +00:00
RenderBin Added a osg::DegreesToRadians() and osg::RadiansToDegrees() method to osg/Math, 2001-10-06 20:29:42 +00:00
RenderGraph Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
RenderLeaf Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
RenderStage Added a osg::DegreesToRadians() and osg::RadiansToDegrees() method to osg/Math, 2001-10-06 20:29:42 +00:00
RenderStageLighting Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
RenderToTextureStage Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
SceneView Added support for an osgUtil::SceneView::init() traversal which is called once 2001-10-20 20:26:36 +00:00
SceneViewManipulator Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
SmoothingVisitor Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
StateSetManipulator Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Tesselator Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
TrackballManipulator Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
TriStripVisitor Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
Version Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00
VisualsRequirementsVisitor Added a copyright notice to all core headers, which all begin with 2001-10-04 15:12:57 +00:00