#include <fstream>#include <iostream>#include "common/wave_ex.h"#include "glut-model/glut-model.h"#include "perf/perf.h"#include "util/token_stream.h"
Go to the source code of this file.
Typedefs | |
| typedef std::vector< triangle_t > | vec_triangle_t |
Functions | |
| static void | writeVertices (IO std::ostream &stream, IN const glut::model_t &model) |
| static void | writeTriangles (IO std::ostream &stream, IN const glut::model_t &model) |
| int | main (IN int argc, IN const char *argv[]) |
| typedef std::vector<triangle_t> vec_triangle_t |
Definition at line 84 of file tool/physicsFromModel/main.cpp.
| static void writeVertices | ( | IO std::ostream & | stream, | |
| IN const glut::model_t & | model | |||
| ) | [static] |
Definition at line 96 of file tool/physicsFromModel/main.cpp.
| static void writeTriangles | ( | IO std::ostream & | stream, | |
| IN const glut::model_t & | model | |||
| ) | [static] |
Definition at line 116 of file tool/physicsFromModel/main.cpp.
| int main | ( | IN int | argc, | |
| IN const char * | argv[] | |||
| ) |
Definition at line 160 of file tool/physicsFromModel/main.cpp.
1.7.1