plane-convex prep

This commit is contained in:
erwin coumans
2013-04-08 09:09:29 -07:00
parent c8fcf779bb
commit 0a721ce5a3
5 changed files with 226 additions and 21 deletions

View File

@@ -65,6 +65,8 @@ btAlignedObjectArray<const char*> demoNames;
int selectedDemo = 0;
GpuDemo::CreateFunc* allDemos[]=
{
GpuConvexPlaneScene::MyCreateFunc,
GpuConvexScene::MyCreateFunc,
ConcaveCompoundScene::MyCreateFunc,
ConcaveSphereScene::MyCreateFunc,
@@ -74,7 +76,7 @@ GpuDemo::CreateFunc* allDemos[]=
GpuSphereScene::MyCreateFunc,
GpuConvexScene::MyCreateFunc,
GpuCompoundScene::MyCreateFunc,
PairBench::MyCreateFunc,