#include "physics-demo/physics-demo.h"#include <fstream>#include "DemoApplication.h"#include "GLDebugDrawer.h"#include "BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h"#include "BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h"#include "common/wave_ex.h"#include "geometry/geometry_3d.h"#include "threadsafe/smart_ptr.h"#include "trimesh/trimesh.h"#include "util/token_stream.h"
Go to the source code of this file.
Functions | |
| static void | dumpVector (IN const btVector3 &v, IN const char *title) throw () |
| int | main (IN int argc, IN char **argv) |
| static void dumpVector | ( | IN const btVector3 & | v, | |
| IN const char * | title | |||
| ) | throw () [static] |
Definition at line 30 of file Triangles.cpp.
| int main | ( | IN int | argc, | |
| IN char ** | argv | |||
| ) |
Definition at line 189 of file Triangles.cpp.
1.7.1