Converted Operations to GraphicsOperations where apporpriate.

This commit is contained in:
Robert Osfield
2007-07-13 19:24:50 +00:00
parent 0a58c6e280
commit f7ce35c5ee
2 changed files with 10 additions and 16 deletions

View File

@@ -195,7 +195,7 @@ class OSGVIEWER_EXPORT View : public osg::View, public osgGA::GUIActionAdapter
EventHandlers _eventHandlers;
typedef std::vector< osg::observer_ptr<osg::Node> > ObserverNodePath;
ObserverNodePath _coordinateSystemNodePath;
ObserverNodePath _coordinateSystemNodePath;
osg::ref_ptr<osg::DisplaySettings> _displaySettings;
osgUtil::SceneView::FusionDistanceMode _fusionDistanceMode;