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

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

Go to the source code of this file.
Data Structures | |
| struct | LsgParticle |
| Abstract particle base class. More... | |
Defines | |
| #define | LSG_PARTICLE_H 1 |
| #define | LsgParticle_display(self, frust) LsgNode_display(&(self)->super, frust) |
| #define | LsgParticle_clean(self) LsgNode_clean(&(self)->super) |
| #define | LsgParticle_destroy(self) LsgNode_destroy(&(self)->super) |
Functions | |
| void | LsgParticle_init (LsgParticle *self, Vertex location, Vertex speed, float time) |
| void | LsgParticle_update (LsgParticle *self, float now) |