added InternalEdgeDemo and fixes for btInternalEdgeUtility

This commit is contained in:
erwin.coumans
2010-01-30 03:48:57 +00:00
parent 8616ea07d8
commit e311597a7b
13 changed files with 903 additions and 53 deletions

View File

@@ -36,12 +36,9 @@ const int numObjects = 2;
GL_Simplex1to4 simplex;
btCollisionObject objects[maxNumObjects];
btCollisionWorld* collisionWorld = 0;
int screenWidth = 640;
int screenHeight = 480;
GLDebugDrawer debugDrawer;