Changeset 4494 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- Jun 3, 2005, 2:14:44 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/particles/particle_emitter.cc
r4493 r4494 85 85 .describe("How many particles should be emittet from this emitter"); 86 86 87 LoadParam<ParticleEmitter>(root, "inherit-speed", this, &ParticleEmitter::setInheritSpeed) 88 .describe("the extent, the speed of the emitter has on the particles"); 89 87 90 LoadParam<ParticleEmitter>(root, "emission-velocity", this, &ParticleEmitter::setEmissionVelocity) 88 91 .describe("How fast the particles are emittet (their initial speed)"); … … 90 93 LoadParam<ParticleEmitter>(root, "spread", this, &ParticleEmitter::setSpread) 91 94 .describe("The angle the particles are emitted from (angle, deviation)"); 92 93 95 } 94 96
Note: See TracChangeset
for help on using the changeset viewer.