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

@@ -62,6 +62,7 @@ BEGIN_OBJECT_REFLECTOR(osgParticle::ParticleSystem)
Method1(void, setLevelOfDetail, IN, int, v);
Method1(void, update, IN, double, dt);
Method1(void, drawImplementation, IN, osg::State &, state);
Method0(osg::BoundingBox, computeBound);
Property(const osg::Vec3 &, AlignVectorX);
Property(const osg::Vec3 &, AlignVectorY);
Property(const osg::BoundingBox &, DefaultBoundingBox);