This structure defines an individual particle, within a particle system.
Definition at line 451 of file RENDER.H.
Data Fields | |
vector | pfx |
position (OFX absolute coords) | |
vector | p |
vector | pl |
position | |
vector | v |
vector | g |
vector | dg |
velocity and gravity | |
vector | c |
vector | dc |
colour ( 0 - 1) | |
double | fAlpha |
double | fAge |
double | fLifetime |
double | fAlphaDelta |
double | fSize |
double | fSizeDelta |
Name describes meaning. | |
BOOL | bSpin |
True if particle spun off to global coords. |
position (OFX absolute coords)
Definition at line 452 of file RENDER.H.
Referenced by SetUpParticles(), and SetUpSingleParticle().
double fAlpha |
double fAge |
double fAlphaDelta |
double fSize |
double fSizeDelta |