reverted shapedrawer (incompatible drawing with ConcaveDemo and VehicleDemo), made GimpactTestDemo build under OS X

This commit is contained in:
ejcoumans
2007-09-30 02:29:09 +00:00
parent e1dad42e43
commit 86bdc2f6c2
4 changed files with 147 additions and 292 deletions

View File

@@ -28,7 +28,7 @@ class GL_ShapeDrawer
static void drawCylinder(float radius,float halfHeight, int upAxis);
};
//void OGL_displaylist_register_shape(btCollisionShape * shape);
void OGL_displaylist_register_shape(btCollisionShape * shape);
void OGL_displaylist_clean();
#endif //GL_SHAPE_DRAWER_H