Refactor Viewer/CompositeViewer so the both inherit from the a ViewerBase class

This commit is contained in:
Robert Osfield
2007-09-29 16:46:08 +00:00
parent 4ef1864432
commit f8729af8b2
18 changed files with 885 additions and 739 deletions

View File

@@ -36,7 +36,7 @@ END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::View)
I_DeclaringFile("osg/View");
I_BaseType(osg::Object);
I_VirtualBaseType(osg::Object);
I_Constructor0(____View,
"",
"");