#include "glut-demo/glut-demo.h"
#include "obj-model/obj-model.h"
#include "perf/perf.h"
#include "util/file.h"
Go to the source code of this file.
Functions | |
static void | setMaterials (void) |
static void | drawTriangle (void) |
static void | drawSphere (void) |
int | main (IN int argc, IN const char *argv[]) |
Variables | |
static int | s_shape = 0 |
static const int | s_maxShape = 2 |
static float | s_sphereRadius = 1.0 |
static float | s_scale = 1.0 |
static void setMaterials | ( | void | ) | [static] |
Definition at line 66 of file obj-model/test/test.cpp.
static void drawTriangle | ( | void | ) | [static] |
Definition at line 83 of file obj-model/test/test.cpp.
static void drawSphere | ( | void | ) | [static] |
Definition at line 125 of file obj-model/test/test.cpp.
int main | ( | IN int | argc, | |
IN const char * | argv[] | |||
) |
Definition at line 254 of file obj-model/test/test.cpp.
int s_shape = 0 [static] |
Definition at line 17 of file obj-model/test/test.cpp.
const int s_maxShape = 2 [static] |
Definition at line 18 of file obj-model/test/test.cpp.
float s_sphereRadius = 1.0 [static] |
Definition at line 19 of file obj-model/test/test.cpp.
float s_scale = 1.0 [static] |
Definition at line 21 of file obj-model/test/test.cpp.