report when compound pair capacity is exceeded (and avoid crash)

add tetrahedron, reorganized demos
This commit is contained in:
erwincoumans
2013-07-30 17:00:50 -07:00
parent 2793a174c6
commit 1c0fc6bc2d
14 changed files with 69 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ public:
virtual ~ConcaveScene(){}
virtual const char* getName()
{
return "GRBConcave";
return "BoxTrimesh";
}
static GpuDemo* MyCreateFunc()
@@ -38,7 +38,7 @@ public:
virtual ~ConcaveSphereScene(){}
virtual const char* getName()
{
return "ConcaveSphere";
return "SphereTrimesh";
}
static GpuDemo* MyCreateFunc()
@@ -62,7 +62,7 @@ public:
virtual ~ConcaveCompoundScene(){}
virtual const char* getName()
{
return "GRBConcaveCompound";
return "CompoundConcave";
}
static GpuDemo* MyCreateFunc()