add preliminary glut replacement test for Bullet 2.x demos

This commit is contained in:
Erwin Coumans
2014-07-03 16:42:50 -07:00
parent 87d44cbb74
commit bae303c5da
12 changed files with 416 additions and 37 deletions

View File

@@ -14,6 +14,7 @@ subject to the following restrictions:
*/
#include "DemoApplication.h"
#include "LinearMath/btIDebugDraw.h"
#include "BulletDynamics/Dynamics/btDynamicsWorld.h"
@@ -112,6 +113,8 @@ DemoApplication::~DemoApplication()
if (m_shapeDrawer)
delete m_shapeDrawer;
//GLDebugResetFont(0,0);
}