more updates, added SliderConstraintDemo to AllBulletDemos

This commit is contained in:
erwin.coumans
2008-04-11 20:49:46 +00:00
parent 3df41a478d
commit 28846b0515
4 changed files with 7 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ subject to the following restrictions:
#include "../ConcaveConvexcastDemo/ConcaveConvexcastDemo.h"
#include "../ConvexDecompositionDemo/ConvexDecompositionDemo.h"
#include "../DynamicControlDemo/MotorDemo.h"
#include "../SliderConstraintDemo/SliderConstraintDemo.h"
#include "../RagdollDemo/RagdollDemo.h"
#include "../GimpactTestDemo/GimpactTestDemo.h"
#include "../Raytracer/Raytracer.h"
@@ -119,6 +120,7 @@ btDemoEntry g_demoEntries[] =
{"SoftBody Bunny Match",SoftDemo16::Create},
{"DynamicControlDemo",MotorDemo::Create},
{"RagdollDemo",RagdollDemo::Create},
{"SliderConstraint",SliderConstraintDemo::Create},
{"BasicDemo", BasicDemo::Create},
{"CcdPhysicsDemo", CcdPhysicsDemo::Create},
{"ConcaveDemo",ConcaveDemo::Create},