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/NodeVisitor>
@@ -55,6 +56,7 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgParticle::ParticleProcessor)
Method1(osg::Vec3, rotateLocalToWorld, IN, const osg::Vec3 &, P);
Method1(osg::Vec3, transformWorldToLocal, IN, const osg::Vec3 &, P);
Method1(osg::Vec3, rotateWorldToLocal, IN, const osg::Vec3 &, P);
Method0(osg::BoundingSphere, computeBound);
Property(double, CurrentTime);
WriteOnlyProperty(bool, Enabled);
WriteOnlyProperty(bool, Endless);