Updated wrappers

This commit is contained in:
Robert Osfield
2007-03-01 11:58:36 +00:00
parent 6c56383ba9
commit 9b70538264
98 changed files with 1873 additions and 257 deletions

View File

@@ -118,6 +118,12 @@ BEGIN_OBJECT_REFLECTOR(osgParticle::FluidProgram)
__void__setFluidToWater,
"Set the fluid parameters as for pure water (20°C temperature). ",
"");
I_ProtectedMethod1(void, execute, IN, double, dt,
Properties::VIRTUAL,
Properties::NON_CONST,
__void__execute__double,
"Execute the program on the particle system. Must be overriden in descendant classes. ",
"");
I_SimpleProperty(const osg::Vec3 &, Acceleration,
__C5_osg_Vec3_R1__getAcceleration,
__void__setAcceleration__C5_osg_Vec3_R1);