new demos

This commit is contained in:
ejcoumans
2006-05-26 00:30:45 +00:00
parent 39c5f29fd0
commit 9405204ee5
3 changed files with 276 additions and 417 deletions

View File

@@ -15,7 +15,7 @@ subject to the following restrictions:
#include "CcdPhysicsEnvironment.h"
#include "CcdPhysicsController.h"
#include "MyMotionState.h"
//#include "GL_LineSegmentShape.h"
#include "CollisionShapes/BoxShape.h"
#include "CollisionShapes/SphereShape.h"
@@ -108,7 +108,7 @@ const int numObjects = 120;
const int maxNumObjects = 450;
MyMotionState ms[maxNumObjects];
DefaultMotionState ms[maxNumObjects];
CcdPhysicsController* physObjects[maxNumObjects] = {0,0,0,0};
int shapeIndex[maxNumObjects];
CcdPhysicsEnvironment* physicsEnvironmentPtr = 0;