Updated wrappers

This commit is contained in:
Robert Osfield
2007-09-24 16:25:55 +00:00
parent d11d5b819a
commit e725f30d81
5 changed files with 66 additions and 3 deletions

View File

@@ -25,9 +25,6 @@
BEGIN_OBJECT_REFLECTOR(osgViewer::Scene)
I_DeclaringFile("osgViewer/Scene");
I_BaseType(osg::Referenced);
I_Constructor0(____Scene,
"",
"");
I_Method1(void, setSceneData, IN, osg::Node *, node,
Properties::NON_VIRTUAL,
__void__setSceneData__osg_Node_P1,
@@ -62,6 +59,9 @@ BEGIN_OBJECT_REFLECTOR(osgViewer::Scene)
__Scene_P1__getScene__osg_Node_P1_S,
"Get the Scene object that has the specified node assigned to it. ",
"return 0 if no Scene has yet been assigned the specified node. ");
I_ProtectedConstructor0(____Scene,
"",
"");
I_SimpleProperty(osgDB::DatabasePager *, DatabasePager,
__osgDB_DatabasePager_P1__getDatabasePager,
__void__setDatabasePager__osgDB_DatabasePager_P1);