refactoring

This commit is contained in:
ejcoumans
2006-09-28 01:28:16 +00:00
parent 5b2d6af1ef
commit c473bd69ce
6 changed files with 13 additions and 6 deletions

View File

@@ -20,7 +20,12 @@ subject to the following restrictions:
#include <LinearMath/btTransformUtil.h>
float gLinearAirDamping = 1.f;
//'temporarily' global variables
float gDeactivationTime = 2.f;
bool gDisableDeactivation = false;
float gLinearSleepingTreshold = 0.8f;
float gAngularSleepingTreshold = 1.0f;
static int uniqueId = 0;
btRigidBody::btRigidBody( const btMassProps& massProps,btScalar linearDamping,btScalar angularDamping,btScalar friction,btScalar restitution)

View File

@@ -4,6 +4,6 @@ ${BULLET_PHYSICS_SOURCE_DIR}/src }
)
ADD_LIBRARY(LibLinearMath
GenQuickprof.cpp
btQuickprof.cpp
)