Added a default StateSet to osg::View's master Camera. Wired up osgViewer::Viewer so

that the master Camera's StateSet is passed to osgUtil::SceneView to use as its global StateSet.
This commit is contained in:
Robert Osfield
2007-01-12 12:10:06 +00:00
parent 5c030413f3
commit 5c78d06dad
4 changed files with 9 additions and 13 deletions

View File

@@ -14,7 +14,6 @@
#include <osgViewer/View>
#include <osgViewer/GraphicsWindow>
#include <osgUtil/SceneView>
#include <osg/io_utils>
#include <osgUtil/IntersectionVisitor>