updated ragdoll demo/Jamfile

This commit is contained in:
ejcoumans
2007-09-13 07:26:54 +00:00
parent 0300e8fa12
commit 7f5823ee16
2 changed files with 1 additions and 4 deletions

View File

@@ -6,9 +6,6 @@
#include "btBulletDynamicsCommon.h"
#define M_PI 3.14159265358979323846
#define M_PI_2 1.57079632679489661923
#define M_PI_4 0.785398163397448309616
class RagDoll

View File

@@ -47,7 +47,7 @@ SubInclude TOP Demos MovingConcaveDemo ;
SubInclude TOP Demos ConcaveDemo ;
SubInclude TOP Demos ConstraintDemo ;
SubInclude TOP Demos RagdollDemo ;
#SubInclude TOP Demos GenericJointDemo ;
SubInclude TOP Demos GenericJointDemo ;
SubInclude TOP Demos ContinuousConvexCollision ;
SubInclude TOP Demos GjkConvexCastDemo ;
SubInclude TOP Demos Raytracer ;