Pyrogenesis
13997
|
#include "graphics/ModelAbstract.h"
#include "graphics/ParticleEmitterType.h"
#include "graphics/Texture.h"
#include "renderer/VertexArray.h"
#include <map>
Go to the source code of this file.
Classes | |
struct | SParticle |
Simulation state for a single particle. More... | |
class | CParticleEmitter |
Particle emitter. More... | |
class | CModelParticleEmitter |
Particle emitter model, for attaching emitters as props on other models. More... | |
Typedefs | |
typedef shared_ptr < CParticleEmitter > | CParticleEmitterPtr |
typedef shared_ptr<CParticleEmitter> CParticleEmitterPtr |
Definition at line 43 of file ParticleEmitter.h.