revert gjk test
This commit is contained in:
@@ -32,10 +32,10 @@ subject to the following restrictions:
|
|||||||
//must be above the machine epsilon
|
//must be above the machine epsilon
|
||||||
#ifdef BT_USE_DOUBLE_PRECISION
|
#ifdef BT_USE_DOUBLE_PRECISION
|
||||||
#define REL_ERROR2 btScalar(1.0e-12)
|
#define REL_ERROR2 btScalar(1.0e-12)
|
||||||
btScalar gGjkEpaPenetrationTolerance = BT_LARGE_FLOAT;
|
btScalar gGjkEpaPenetrationTolerance = 1.0e-12;
|
||||||
#else
|
#else
|
||||||
#define REL_ERROR2 btScalar(1.0e-6)
|
#define REL_ERROR2 btScalar(1.0e-6)
|
||||||
btScalar gGjkEpaPenetrationTolerance = BT_LARGE_FLOAT;
|
btScalar gGjkEpaPenetrationTolerance = 0.001;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//temp globals, to improve GJK/EPA/penetration calculations
|
//temp globals, to improve GJK/EPA/penetration calculations
|
||||||
|
|||||||
Reference in New Issue
Block a user