Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4494 in orxonox.OLD


Ignore:
Timestamp:
Jun 3, 2005, 2:14:44 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: ParticleEmitter completely loadable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/particles/particle_emitter.cc

    r4493 r4494  
    8585    .describe("How many particles should be emittet from this emitter");
    8686
     87  LoadParam<ParticleEmitter>(root, "inherit-speed", this, &ParticleEmitter::setInheritSpeed)
     88    .describe("the extent, the speed of the emitter has on the particles");
     89
    8790  LoadParam<ParticleEmitter>(root, "emission-velocity", this, &ParticleEmitter::setEmissionVelocity)
    8891    .describe("How fast the particles are emittet (their initial speed)");
     
    9093  LoadParam<ParticleEmitter>(root, "spread", this, &ParticleEmitter::setSpread)
    9194    .describe("The angle the particles are emitted from (angle, deviation)");
    92 
    9395}
    9496
Note: See TracChangeset for help on using the changeset viewer.