Updated wrappers.

This commit is contained in:
Robert Osfield
2005-05-12 20:06:39 +00:00
parent a8550e6536
commit ec12a1091b
22 changed files with 82 additions and 5 deletions

View File

@@ -16,6 +16,8 @@
BEGIN_VALUE_REFLECTOR(osg::BoundingSphere)
Constructor0();
Constructor2(IN, const osg::Vec3 &, center, IN, float, radius);
Constructor1(IN, const osg::BoundingSphere &, bs);
Constructor1(IN, const osg::BoundingBox &, bb);
Method0(void, init);
Method0(bool, valid);
Method2(void, set, IN, const osg::Vec3 &, center, IN, float, radius);