#include <lescegra/sg/group.h>
#include <lescegra/particle/particle.h>
#include <lescegra/util/list.h>
Include dependency graph for particlesystem.h:

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

Go to the source code of this file.
Data Structures | |
| struct | LsgParticleSystem |
| Particle system container. More... | |
Defines | |
| #define | LSG_PARTICLESYSTEM_H 1 |
| #define | LsgParticleSystem_display(self) LsgGroup_display(&(self)->super) |
| #define | LsgParticleSystem_clean(self) LsgGroup_clean(&(self)->super) |
|
|
Display the particle system. Reuse parent implementation. |
|
|
Clean the particle system. Reuse parant implementation. |