mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-18 21:10:05 +00:00
select different default demos
This commit is contained in:
parent
0399b55e1c
commit
12a4480d08
@ -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,
|
||||
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user