#include <pgeParticle.h>
Data Fields | |
pgeParticleSystemInfo | info |
float | age |
float | emissionResidue |
ScePspFVector3 | prevLocation |
ScePspFVector3 | location |
float | fTx |
float | fTy |
int | numParticlesAlive |
pgeRect2 | boundingBox |
int | bUpdateBoundingBox |
pgeParticle | particles [MAX_PARTICLES] |
float | timer |
particle system information
float pgeParticleSystem::age |
time the system emits new particles
UNKNOWN
ScePspFVector3 pgeParticleSystem::prevLocation |
previous location of the system
ScePspFVector3 pgeParticleSystem::location |
location of the system
float pgeParticleSystem::fTx |
float pgeParticleSystem::fTy |
translation coordinates
number of active particles
bounding box of the whole system
update bounding box on runtime
pgeParticle pgeParticleSystem::particles[MAX_PARTICLES] |
array of pgeParticle
float pgeParticleSystem::timer |
timer