Moved main setSceneData methods in osgViewer::View::setSceneData()

This commit is contained in:
Robert Osfield
2008-12-19 17:50:58 +00:00
parent de53ed75f4
commit 2cc53e2256
4 changed files with 17 additions and 24 deletions

View File

@@ -112,13 +112,8 @@ BEGIN_OBJECT_REFLECTOR(osgViewer::View)
"",
"");
I_Method1(void, setSceneData, IN, osg::Node *, node,
Properties::NON_VIRTUAL,
__void__setSceneData__osg_Node_P1,
"Set the scene graph that the View will use. ",
"");
I_Method1(void, setSceneData, IN, osg::ref_ptr< osg::Node >, node,
Properties::VIRTUAL,
__void__setSceneData__osg_ref_ptrT1_osg_Node_,
__void__setSceneData__osg_Node_P1,
"Set the scene graph that the View will use. ",
"");
I_Method0(osg::Node *, getSceneData,