|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
Emits particles from the surface of a sphere. More...
#include <particle.h>
Public Member Functions | |
| SphereParticleEmitter (ParticleSystem *sys) | |
| Particle | newParticle (size_t anim, size_t time, float w, float l, float spd, float var, float spr, float spr2) |
| Create a new particle with the given emission parameters. | |
Public Member Functions inherited from ParticleEmitter | |
| ParticleEmitter (ParticleSystem *sys) | |
| virtual | ~ParticleEmitter ()=default |
Additional Inherited Members | |
Protected Attributes inherited from ParticleEmitter | |
| ParticleSystem * | sys |
| Owning particle system. | |
Emits particles from the surface of a sphere.
Definition at line 59 of file particle.h.
|
inline |
Definition at line 62 of file particle.h.
|
virtual |
Create a new particle with the given emission parameters.
Implements ParticleEmitter.
Definition at line 632 of file particle.cpp.