Further work on CompositeViewer

This commit is contained in:
Robert Osfield
2007-01-16 16:01:01 +00:00
parent 0b40a6fc82
commit 1ee2af9f41
6 changed files with 30 additions and 28 deletions

View File

@@ -98,9 +98,11 @@ class OSGVIEWER_EXPORT View : public osg::View, public osgGA::GUIActionAdapter
public:
void assignSceneDataToCameras();
void init();
protected:
virtual ~View();
osg::ref_ptr<osgViewer::Scene> _scene;