fixes for demo, jamfile

This commit is contained in:
ejcoumans
2007-09-20 06:16:14 +00:00
parent bbb88e67fb
commit 876ddcfd76
3 changed files with 23 additions and 1 deletions

View File

@@ -325,7 +325,7 @@ void GimpactConcaveDemo::initPhysics()
//btOverlappingPairCache* broadphase = new btSimpleBroadphase();
//m_broadphase = new btSimpleBroadphase();
LONG maxProxies = 1024;
int maxProxies = 1024;
btVector3 worldAabbMin(-10000,-10000,-10000);
btVector3 worldAabbMax( 10000, 10000, 10000);
m_broadphase = new bt32BitAxisSweep3(worldAabbMin,worldAabbMax,maxProxies);