working version on Mac OSX (no compound, but concave/convex)

This commit is contained in:
Erwin Coumans
2013-03-21 17:54:14 -07:00
parent 12700a7cd4
commit e698b1e22b
5 changed files with 9 additions and 6 deletions

View File

@@ -64,6 +64,7 @@ btAlignedObjectArray<const char*> demoNames;
int selectedDemo = 0;
GpuDemo::CreateFunc* allDemos[]=
{
GpuConvexScene::MyCreateFunc,
GpuCompoundScene::MyCreateFunc,
ConcaveScene::MyCreateFunc,
GpuConvexScene::MyCreateFunc,