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

@@ -20,7 +20,7 @@ public:
virtual ~GpuConvexScene(){}
virtual const char* getName()
{
return "GRBConvex";
return "Tetrahedra";
}
static GpuDemo* MyCreateFunc()
@@ -50,7 +50,7 @@ public:
virtual ~GpuConvexPlaneScene(){}
virtual const char* getName()
{
return "GRBConvexPlane";
return "ConvexOnPlane";
}
static GpuDemo* MyCreateFunc()
@@ -72,7 +72,7 @@ public:
virtual ~GpuBoxPlaneScene(){}
virtual const char* getName()
{
return "GRBBoxPlane";
return "BoxPlane";
}
static GpuDemo* MyCreateFunc()
@@ -97,7 +97,7 @@ void createFromTetGenData(const char* ele,
public:
virtual const char* getName()
{
return "GpuTetraScene";
return "TetraBreakable";
}
static GpuDemo* MyCreateFunc()