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/Matrix>
#include <osg/MatrixTransform>
@@ -42,6 +43,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Transform)
Method0(osg::Transform::ReferenceFrame, getReferenceFrame);
Method2(bool, computeLocalToWorldMatrix, IN, osg::Matrix &, matrix, IN, osg::NodeVisitor *, x);
Method2(bool, computeWorldToLocalMatrix, IN, osg::Matrix &, matrix, IN, osg::NodeVisitor *, x);
Method0(osg::BoundingSphere, computeBound);
Property(osg::Transform::ReferenceFrame, ReferenceFrame);
END_REFLECTOR