Updated wrappers, authors and readme for 2.5.2 dev release

This commit is contained in:
Robert Osfield
2008-06-06 19:57:56 +00:00
parent 5c98e1609d
commit fac838f791
3 changed files with 20 additions and 9 deletions

View File

@@ -512,6 +512,11 @@ BEGIN_VALUE_REFLECTOR(osg::ConstShapeVisitor)
I_Constructor0(____ConstShapeVisitor,
"",
"");
I_Method1(void, apply, IN, const osg::Shape &, x,
Properties::VIRTUAL,
__void__apply__C5_Shape_R1,
"",
"");
I_Method1(void, apply, IN, const osg::Sphere &, x,
Properties::VIRTUAL,
__void__apply__C5_Sphere_R1,
@@ -1046,6 +1051,11 @@ BEGIN_VALUE_REFLECTOR(osg::ShapeVisitor)
I_Constructor0(____ShapeVisitor,
"",
"");
I_Method1(void, apply, IN, osg::Shape &, x,
Properties::VIRTUAL,
__void__apply__Shape_R1,
"",
"");
I_Method1(void, apply, IN, osg::Sphere &, x,
Properties::VIRTUAL,
__void__apply__Sphere_R1,