#include "antigone.h"#include "particle.h"#include "libhemi/mesh.h"Include dependency graph for main.c:

Defines | |
| #define | PI 3.14159265 |
| #define | SPEED 0.5*aeDeltaTime*16 |
Functions | |
| void | reshape (int x, int y) |
| void | render () |
| void | mousemove (int x, int y) |
| void | keyboard (byte *k) |
| void | printmatrix (mat44 a) |
| int | main () |
Variables | |
| aeCamera | cam |
| hemi_mesh_t | mesh |
| hemi_mesh_t | mesh2 |
| hemi_md5_t | md5 |
| int | f1 |
| int | f2 |
| int | act |
| float | interp |
| #define PI 3.14159265 |
| #define SPEED 0.5*aeDeltaTime*16 |
| void keyboard | ( | byte * | k | ) |
| int main | ( | ) |
| void mousemove | ( | int | x, | |
| int | y | |||
| ) |
| void printmatrix | ( | mat44 | a | ) |
| void render | ( | ) |
| void reshape | ( | int | x, | |
| int | y | |||
| ) |
| int act |
| int f1 |
| int f2 |
| float interp |
1.5.1