#include <lescegra/particle/particlemodifier.h>
#include <lescegra/particle/particle.h>
#include <lescegra/sg/node.h>
#include <lescegra/util/vertex.h>
Include dependency graph for particlesource.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | LsgParticleSource |
| Constant source of new particles. More... | |
Defines | |
| #define | LSG_PARTICLESOURCE_H 1 |
| #define | LsgParticleSource_destroy(self) LsgParticleModifier_destroy(&(self)->super) |
Typedefs | |
| typedef LsgParticle *(* | LsgParticleGenerator )(float time) |
Functions | |
| LsgParticleSource * | LsgParticleSource_create (LsgParticleGenerator generator, float now) |
| void | LsgParticleSource_init (LsgParticleSource *self, LsgParticleGenerator generator, float now) |
| void | LsgParticleSource_update (LsgParticleSource *self, LsgList *particles, float now) |