select different default demos

This commit is contained in:
erwincoumans 2013-07-18 17:43:51 -07:00
parent 0399b55e1c
commit 12a4480d08
2 changed files with 5 additions and 6 deletions

View File

@ -94,12 +94,12 @@ GpuDemo::CreateFunc* allDemos[]=
GpuBoxPlaneScene::MyCreateFunc,
GpuConvexPlaneScene::MyCreateFunc,
GpuConstraintsDemo::MyCreateFunc,
//GpuConvexPlaneScene::MyCreateFunc,
GpuCompoundScene::MyCreateFunc,
GpuSphereScene::MyCreateFunc,
ConcaveSphereScene::MyCreateFunc,
@ -110,9 +110,8 @@ GpuDemo::CreateFunc* allDemos[]=
ConcaveCompoundScene::MyCreateFunc,
GpuCompoundPlaneScene::MyCreateFunc,
// GpuCompoundPlaneScene::MyCreateFunc,
GpuSphereScene::MyCreateFunc,
GpuConstraintsDemo::MyCreateFunc,

View File

@ -209,7 +209,7 @@ void ConcaveScene::createConcaveMesh(const ConstructionInfo& ci, const char* fil
void ConcaveScene::setupScene(const ConstructionInfo& ci)
{
if (0)
if (1)
{
//char* fileName = "slopedPlane100.obj";