add simple place holder for cloth simulation

This commit is contained in:
erwin coumans
2013-09-03 15:09:12 -07:00
parent b1bab032b1
commit b79146c7fa
6 changed files with 271 additions and 46 deletions

View File

@@ -107,7 +107,7 @@ b3AlignedObjectArray<const char*> demoNames;
int selectedDemo = 0;
CpuDemo::CreateFunc* allDemos[]=
{
//CpuSoftClothDemo::MyCreateFunc,
CpuSoftClothDemo::MyCreateFunc,
RigidBodyDemo::MyCreateFunc,
RenderDemo::MyCreateFunc,
EmptyDemo::MyCreateFunc,