Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

particlesystem.h File Reference

Particle system container. More...

#include <lescegra/sg/group.h>
#include <lescegra/particle/particle.h>
#include <lescegra/util/list.h>

Include dependency graph for particlesystem.h:

Include dependency graph

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

Included by dependency graph

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)


Detailed Description

Particle system container.


Define Documentation

#define LsgParticleSystem_display self   )     LsgGroup_display(&(self)->super)
 

Display the particle system. Reuse parent implementation.

#define LsgParticleSystem_clean self   )     LsgGroup_clean(&(self)->super)
 

Clean the particle system. Reuse parant implementation.


(c) 2003, by Enno Cramer
generated on 13 Jul 2003
lescegra - doxygen