Further work on add serialization support for osgViewer configurations

This commit is contained in:
Robert Osfield
2007-02-25 20:05:23 +00:00
parent 7174192444
commit f43cd7332c
10 changed files with 248 additions and 2 deletions

View File

@@ -30,6 +30,13 @@ View::View()
setEventQueue(new osgGA::EventQueue);
}
View::View(const osgViewer::View& view, const osg::CopyOp& copyop):
osg::View(view,copyop),
osgGA::GUIActionAdapter()
{
}
View::~View()
{
// osg::notify(osg::NOTICE)<<"Destructing osgViewer::View"<<std::endl;