#include "antigone.h"#include "liballoy/alloy.h"Include dependency graph for cube.c:

Defines | |
| #define | SPEED 0.5*aeDeltaTime |
Functions | |
| void | reshape (int x, int y) |
| void | render () |
| void | mousemove (int x, int y) |
| void | keyboard (byte *k) |
| int | main (int argc, char **argv) |
Variables | |
| aeCamera | cam |
| alloy_material_t | mat |
| #define SPEED 0.5*aeDeltaTime |
| void keyboard | ( | byte * | k | ) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| void mousemove | ( | int | x, | |
| int | y | |||
| ) |
| void render | ( | ) |
| void reshape | ( | int | x, | |
| int | y | |||
| ) |
1.4.7