prepare for GPU cloth/softbody

This commit is contained in:
erwincoumans
2013-05-06 18:35:34 -07:00
parent b882211769
commit 25fe5f4a77
11 changed files with 5259 additions and 8 deletions

View File

@@ -31,6 +31,8 @@
#include "rigidbody/GpuCompoundScene.h"
#include "rigidbody/GpuSphereScene.h"
#include "rigidbody/Bullet2FileDemo.h"
#include "softbody/GpuSoftBodyDemo.h"
//#include "BroadphaseBenchmark.h"
int g_OpenGLWidth=1024;
@@ -67,8 +69,6 @@ GpuDemo::CreateFunc* allDemos[]=
{
// ConcaveCompound2Scene::MyCreateFunc,
Bullet2FileDemo::MyCreateFunc,
GpuBoxPlaneScene::MyCreateFunc,
GpuConvexPlaneScene::MyCreateFunc,
@@ -91,7 +91,10 @@ GpuDemo::CreateFunc* allDemos[]=
GpuSphereScene::MyCreateFunc,
GpuSoftClothDemo::MyCreateFunc,
Bullet2FileDemo::MyCreateFunc,
PairBench::MyCreateFunc,