#include "antigone.h"
#include "particle.h"
#include "libhemi/mesh.h"
Include dependency graph for particles.c:
Defines | |
#define | PI 3.14159265 |
#define | SPEED 0.5*aeDeltaTime |
Functions | |
void | reshape (int x, int y) |
void | render () |
void | perframe (aeParticle *p) |
void | initpart (aeParticle *p, aeParticleEmitter *e) |
void | initEmitters () |
void | mousemove (int x, int y) |
void | keyboard (byte *k) |
int | main () |
Variables | |
aeCamera | cam |
aeParticleEmitter * | emitter |
aeParticleEmitter * | emitter2 |
aeParticleEmitter * | emitter5 |
#define PI 3.14159265 |
#define SPEED 0.5*aeDeltaTime |
void initEmitters | ( | ) |
void initpart | ( | aeParticle * | p, | |
aeParticleEmitter * | e | |||
) |
void keyboard | ( | byte * | k | ) |
int main | ( | ) |
void mousemove | ( | int | x, | |
int | y | |||
) |
void perframe | ( | aeParticle * | p | ) |
void render | ( | ) |
void reshape | ( | int | x, | |
int | y | |||
) |