#include <iostream>#include <fstream>#include "common/wave_ex.h"#include "glut-font/glut-font.h"#include "perf/perf.h"#include "wave-glut/camera.h"#include "wave-glut/glut_2d.h"#include "wave-glut/wave-glut.h"
Go to the source code of this file.
Functions | |
| int | main (IN int argc, IN const char *argv[]) |
Variables | |
| static const int | s_defaultWidth = 800 |
| static const int | s_defaultHeight = 600 |
| static float | s_dist = 10.0 |
| int main | ( | IN int | argc, | |
| IN const char * | argv[] | |||
| ) |
Definition at line 159 of file test2d.cpp.
const int s_defaultWidth = 800 [static] |
Definition at line 23 of file test2d.cpp.
const int s_defaultHeight = 600 [static] |
Definition at line 24 of file test2d.cpp.
float s_dist = 10.0 [static] |
Definition at line 26 of file test2d.cpp.
1.7.1