Further work on cleaning up SceneView and Camera, in particular moving strereo

support out of Camera and into SceneView. Also enabled the option to set the
projection and modelview matrices directly on SceneView thereby removing the
dependance on osg::Camrea to control the view of the scene.
This commit is contained in:
Robert Osfield
2002-04-12 18:06:13 +00:00
parent 468580a12c
commit 341ffb2361
6 changed files with 77 additions and 162 deletions

View File

@@ -10,8 +10,8 @@
#include <osg/Matrix>
#include <osg/FrameStamp>
#include <osg/Camera>
#include <osg/DisplaySettings>
#include <osg/ClippingVolume>
#include <vector>
#include <map>