| Linderdaum Engine: clStaticEmitter Class Reference | ![]() |
Zero-velocity particle emitter. More...
#include <ParticleEmitter.h>
Public Member Functions | |
| clStaticEmitter () | |
Private Member Functions | |
| virtual void | GenerateVelocity (clParticle *Particle, float Speed) const |
| Generated velocity of the Particle must have a norm equal to speed. | |
Zero-velocity particle emitter.
| clStaticEmitter::clStaticEmitter | ( | ) | [inline] |
| virtual void clStaticEmitter::GenerateVelocity | ( | clParticle * | Particle, |
| float | Speed | ||
| ) | const [inline, private, virtual] |
Generated velocity of the Particle must have a norm equal to speed.
Implements clEmitter.