Go to the source code of this file.
Classes |
|
struct | SphereData |
class | CustomParticleDisplay |
class | ParticleSys |
class | MetaParticle |
Defines |
|
#define | PARTICLE_VELS (1<<0) |
#define | PARTICLE_AGES (1<<1) |
#define | PARTICLE_RADIUS (1<<2) |
#define | PARTICLE_TENSION (1<<3) |
#define PARTICLE_VELS (1<<0) |
Definition at line 169 of file particle.h.
#define PARTICLE_AGES (1<<1) |
Definition at line 170 of file particle.h.
#define PARTICLE_RADIUS (1<<2) |
Definition at line 171 of file particle.h.
#define PARTICLE_TENSION (1<<3) |
Definition at line 172 of file particle.h.