improved multi-platform support for SoftBodyDemo

This commit is contained in:
erwin.coumans
2008-03-30 23:22:30 +00:00
parent d4698cb3d5
commit 726b9c2ac2
9 changed files with 17 additions and 19 deletions

View File

@@ -24,6 +24,7 @@ ADD_LIBRARY(LibBulletDynamics
ConstraintSolver/btOdeContactJoint.h
ConstraintSolver/btOdeJoint.cpp
ConstraintSolver/btOdeJoint.h
ConstraintSolver/btOdeSolverBody.h
ConstraintSolver/btOdeQuickstepConstraintSolver.cpp
ConstraintSolver/btOdeQuickstepConstraintSolver.h
ConstraintSolver/btOdeTypedJoint.cpp
@@ -43,4 +44,8 @@ ADD_LIBRARY(LibBulletDynamics
Vehicle/btRaycastVehicle.h
Vehicle/btWheelInfo.cpp
Vehicle/btWheelInfo.h
btSoftBody.cpp
btSoftBody.h
btSoftBodyHelpers.cpp
btSparseSDF.h
)

View File

@@ -3,6 +3,7 @@ SubDir TOP src BulletDynamics ;
Description bulletdynamics : "Bullet Rigidbody Dynamics" ;
Library bulletdynamics :
[ Wildcard ConstraintSolver : *.h *.cpp ]
[ Wildcard SoftBody : *.h *.cpp ]
[ Wildcard Dynamics : *.h *.cpp ]
[ Wildcard Vehicle : *.h *.cpp ]
;

View File

@@ -17,6 +17,9 @@ subject to the following restrictions:
#ifndef _14F9D17F_EAE8_4aba_B41C_292DB2AA70F3_
#define _14F9D17F_EAE8_4aba_B41C_292DB2AA70F3_
#include "BulletCollision/CollisionDispatch/btCollisionObject.h"
#include "BulletCollision/NarrowphaseCollision/btGjkEpa2.h"
template <const int CELLSIZE>
struct btSparseSdf
{
@@ -310,4 +313,4 @@ struct btSparseSdf
}
};
#endif
#endif