#include "common/wave_ex.h"
#include "bvh/bvh.h"
#include "glut-font/glut-font.h"
#include "perf/perf.h"
#include "util/file.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 | |
static const char * | getSpeed (void) throw () |
int | main (IN int argc, IN const char *argv[]) |
Variables | |
static const int | s_defaultWidth = 800 |
static const int | s_defaultHeight = 600 |
static int | s_retval = 0 |
static float | s_delta = 1 |
static const float | s_d2Rotate = 0.25 |
static float | s_dRotate = 0 |
static const int | s_maxLight = 4 |
static int | s_names = 0 |
static int | s_animSpeed = 0 |
static int | s_maxSpeed = 2 |
static smart_ptr< perf::Timer > | s_overallTimer |
const int s_defaultWidth = 800 [static] |
const int s_defaultHeight = 600 [static] |
const float s_d2Rotate = 0.25 [static] |
const int s_maxLight = 4 [static] |
int s_animSpeed = 0 [static] |
int s_maxSpeed = 2 [static] |
smart_ptr<perf::Timer> s_overallTimer [static] |