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

@@ -60,6 +60,8 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgParticle::ParticleProcessor)
I_Method1(void, traverse, IN, osg::NodeVisitor &, nv);
I_Method0(const osg::Matrix &, getLocalToWorldMatrix);
I_Method0(const osg::Matrix &, getWorldToLocalMatrix);
I_Method0(const osg::Matrix &, getPreviousLocalToWorldMatrix);
I_Method0(const osg::Matrix &, getPreviousWorldToLocalMatrix);
I_Method1(osg::Vec3, transformLocalToWorld, IN, const osg::Vec3 &, P);
I_Method1(osg::Vec3, rotateLocalToWorld, IN, const osg::Vec3 &, P);
I_Method1(osg::Vec3, transformWorldToLocal, IN, const osg::Vec3 &, P);
@@ -71,6 +73,8 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgParticle::ParticleProcessor)
I_Property(double, LifeTime);
I_ReadOnlyProperty(const osg::Matrix &, LocalToWorldMatrix);
I_Property(osgParticle::ParticleSystem *, ParticleSystem);
I_ReadOnlyProperty(const osg::Matrix &, PreviousLocalToWorldMatrix);
I_ReadOnlyProperty(const osg::Matrix &, PreviousWorldToLocalMatrix);
I_Property(osgParticle::ParticleProcessor::ReferenceFrame, ReferenceFrame);
I_Property(double, ResetTime);
I_Property(double, StartTime);