Updated wrappers.

This commit is contained in:
Robert Osfield
2006-03-17 22:25:32 +00:00
parent faa2f219e4
commit fd76b4f87b
2 changed files with 6 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ BEGIN_OBJECT_REFLECTOR(osgGA::EventQueue)
I_Method1(void, setStartTick, IN, osg::Timer_t, tick);
I_Method0(osg::Timer_t, getStartTick);
I_Method0(double, getTime);
I_Method0(osgGA::GUIEventAdapter *, createEvent);
I_Method0(osgGA::GUIEventAdapter *, getCurrentEventState);
I_Method0(const osgGA::GUIEventAdapter *, getCurrentEventState);
I_ReadOnlyProperty(osgGA::GUIEventAdapter *, CurrentEventState);

View File

@@ -59,6 +59,9 @@ BEGIN_VALUE_REFLECTOR(osgParticle::Particle)
I_Method0(float, getCurrentAlpha);
I_Method0(const float, getSTexCoord);
I_Method0(float, getTCoord);
I_Method0(int, getTileS);
I_Method0(int, getTileT);
I_Method0(int, getNumTiles);
I_Method0(void, kill);
I_Method1(void, setLifeTime, IN, double, t);
I_Method1(void, setSizeRange, IN, const osgParticle::rangef &, r);
@@ -113,6 +116,8 @@ BEGIN_VALUE_REFLECTOR(osgParticle::Particle)
I_WriteOnlyProperty(osgParticle::Interpolator *, SizeInterpolator);
I_Property(const osgParticle::rangef &, SizeRange);
I_ReadOnlyProperty(float, TCoord);
I_ReadOnlyProperty(int, TileS);
I_ReadOnlyProperty(int, TileT);
I_WriteOnlyProperty(osgParticle::ParticleSystem *, UpTexCoordsAsPartOfConnectedParticleSystem);
I_Property(const osg::Vec3 &, Velocity);
END_REFLECTOR