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

particlesource.h File Reference

Constant source of new particles. More...

#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:

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  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

LsgParticleSourceLsgParticleSource_create (LsgParticleGenerator generator, float now)
void LsgParticleSource_init (LsgParticleSource *self, LsgParticleGenerator generator, float now)
void LsgParticleSource_update (LsgParticleSource *self, LsgList *particles, float now)


Detailed Description

Constant source of new particles.


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