Updated wrappers.

This commit is contained in:
Robert Osfield
2005-09-29 13:07:26 +00:00
parent fc675f7706
commit e18cb598e6
55 changed files with 542 additions and 228 deletions

View File

@@ -67,6 +67,7 @@ BEGIN_VALUE_REFLECTOR(osgParticle::Particle)
I_Method1(void, setVelocity, IN, const osg::Vec3 &, v);
I_Method1(void, addVelocity, IN, const osg::Vec3 &, dv);
I_Method1(void, transformPositionVelocity, IN, const osg::Matrix &, xform);
I_Method3(void, transformPositionVelocity, IN, const osg::Matrix &, xform1, IN, const osg::Matrix &, xform2, IN, float, r);
I_Method1(void, setAngle, IN, const osg::Vec3 &, a);
I_Method1(void, setAngularVelocity, IN, const osg::Vec3 &, v);
I_Method1(void, addAngularVelocity, IN, const osg::Vec3 &, dv);