Updated wrappers

This commit is contained in:
Robert Osfield
2007-02-06 14:20:21 +00:00
parent 424bc9b997
commit eeaad74021

View File

@@ -43,16 +43,12 @@ BEGIN_OBJECT_REFLECTOR(osgUtil::RenderLeaf)
__void__render__osg_RenderInfo_R1__RenderLeaf_P1,
"",
"");
I_Method0(osg::Drawable *, getDrawable,
__osg_Drawable_P1__getDrawable,
I_Method0(const osg::Drawable *, getDrawable,
__C5_osg_Drawable_P1__getDrawable,
"",
"");
I_Method0(osg::Drawable *, getDrawable,
__osg_Drawable_P1__getDrawable,
"",
"");
I_SimpleProperty(osg::Drawable *, Drawable,
__osg_Drawable_P1__getDrawable,
I_SimpleProperty(const osg::Drawable *, Drawable,
__C5_osg_Drawable_P1__getDrawable,
0);
I_PublicMemberProperty(osgUtil::StateGraph *, _parent);
I_PublicMemberProperty(osg::Drawable *, _drawable);