SDL
2.0
|
Data Fields | |
GLfloat | x |
GLfloat | y |
GLubyte | color [4] |
GLfloat | size |
GLfloat | xvel |
GLfloat | yvel |
int | isActive |
enum particleType | type |
Definition at line 35 of file fireworks.c.
GLubyte particle::color[4] |
Definition at line 39 of file fireworks.c.
Referenced by explodeEmitter(), spawnEmitterParticle(), spawnTrailFromEmitter(), and stepParticles().
int particle::isActive |
Definition at line 43 of file fireworks.c.
Referenced by explodeEmitter(), spawnEmitterParticle(), spawnTrailFromEmitter(), and stepParticles().
GLfloat particle::size |
Definition at line 40 of file fireworks.c.
Referenced by explodeEmitter(), spawnEmitterParticle(), spawnTrailFromEmitter(), and stepParticles().
enum particleType particle::type |
Definition at line 44 of file fireworks.c.
Referenced by explodeEmitter(), spawnEmitterParticle(), spawnTrailFromEmitter(), and stepParticles().
GLfloat particle::x |
Definition at line 37 of file fireworks.c.
Referenced by explodeEmitter(), main(), spawnEmitterParticle(), spawnTrailFromEmitter(), and stepParticles().
GLfloat particle::xvel |
Definition at line 41 of file fireworks.c.
Referenced by explodeEmitter(), spawnEmitterParticle(), spawnTrailFromEmitter(), and stepParticles().
GLfloat particle::y |
Definition at line 38 of file fireworks.c.
Referenced by explodeEmitter(), main(), spawnEmitterParticle(), spawnTrailFromEmitter(), and stepParticles().
GLfloat particle::yvel |
Definition at line 42 of file fireworks.c.
Referenced by explodeEmitter(), spawnEmitterParticle(), spawnTrailFromEmitter(), and stepParticles().