add basic constraint demo

This commit is contained in:
erwin coumans
2013-07-02 11:07:50 -07:00
parent 0f78c696b5
commit 72042f3094
3 changed files with 252 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
#include "../btgui/OpenGLWindow/GLRenderToTexture.h"
#include "raytrace/RaytracedShadowDemo.h"
#include "shadows/ShadowMapDemo.h"
#include "constraints/ConstraintsDemo.h"
bool exportFrame=false;
int frameIndex = 0;
@@ -89,7 +89,7 @@ GpuDemo::CreateFunc* allDemos[]=
// ConcaveSphereScene::MyCreateFunc,
GpuConstraintsDemo::MyCreateFunc,
GpuBoxPlaneScene::MyCreateFunc,
GpuConvexPlaneScene::MyCreateFunc,