refactoring
This commit is contained in:
@@ -4,4 +4,4 @@ SubInclude TOP Extras PhysicsInterface ;
|
||||
SubInclude TOP Extras ConvexDecomposition ;
|
||||
SubInclude TOP Extras COLLADA_DOM ;
|
||||
SubInclude TOP Extras LibXML ;
|
||||
|
||||
SubInclude TOP Extras GPUphysics ;
|
||||
|
||||
@@ -31,11 +31,11 @@ class BP_Proxy;
|
||||
///todo: fill all the empty CcdPhysicsController methods, hook them up to the btRigidBody class
|
||||
|
||||
//'temporarily' global variables
|
||||
float gDeactivationTime = 2.f;
|
||||
bool gDisableDeactivation = false;
|
||||
extern float gDeactivationTime;
|
||||
extern bool gDisableDeactivation;
|
||||
|
||||
float gLinearSleepingTreshold = 0.8f;
|
||||
float gAngularSleepingTreshold = 1.0f;
|
||||
extern float gLinearSleepingTreshold;
|
||||
extern float gAngularSleepingTreshold;
|
||||
|
||||
#include "BulletDynamics/Dynamics/btMassProps.h"
|
||||
|
||||
|
||||
@@ -38,6 +38,7 @@ subject to the following restrictions:
|
||||
#include "BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h"
|
||||
|
||||
|
||||
|
||||
//profiling/timings
|
||||
#include "LinearMath/btQuickprof.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user