Updated osgWrappers.

This commit is contained in:
Robert Osfield
2005-05-08 18:37:13 +00:00
parent 7d6c90aaa4
commit cf6e081b93
8 changed files with 26 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Geode)
Method1(unsigned int, getDrawableIndex, IN, const osg::Drawable *, drawable);
Method1(void, compileDrawables, IN, osg::State &, state);
Method0(const osg::BoundingBox &, getBoundingBox);
MethodWithDefaults1(void, releaseGLObjects, IN, osg::State *, x, 0);
ReadOnlyProperty(const osg::BoundingBox &, BoundingBox);
ArrayProperty_GSA(osg::Drawable *, Drawable, Drawables, unsigned int, bool);
END_REFLECTOR