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

@@ -9,6 +9,7 @@
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/BoundingSphere>
#include <osg/CopyOp>
#include <osg/Node>
#include <osg/NodeVisitor>
@@ -48,6 +49,7 @@ BEGIN_OBJECT_REFLECTOR(osg::ProxyNode)
Method0(const osg::Vec3 &, getCenter);
Method1(void, setRadius, IN, float, radius);
Method0(float, getRadius);
Method0(osg::BoundingSphere, computeBound);
Property(const osg::Vec3 &, Center);
Property(osg::ProxyNode::CenterMode, CenterMode);
Property(const std::string &, DatabasePath);