don't use Epa yet

This commit is contained in:
Erwin Coumans
2006-04-13 14:41:18 +00:00
parent 3c666e751f
commit 80313105d9

View File

@@ -151,7 +151,7 @@ public:
static MinkowskiPenetrationDepthSolver gPenetrationDepthSolver;
static EpaPenetrationDepthSolver gEpaPenetrationDepthSolver;
//static EpaPenetrationDepthSolver gEpaPenetrationDepthSolver;
#ifdef USE_EPA
Solid3EpaPenetrationDepth gSolidEpaPenetrationSolver;
@@ -165,7 +165,7 @@ void ConvexConvexAlgorithm::CheckPenetrationDepthSolver()
if (m_useEpa)
{
m_gjkPairDetector.SetPenetrationDepthSolver(&gEpaPenetrationDepthSolver);
// m_gjkPairDetector.SetPenetrationDepthSolver(&gEpaPenetrationDepthSolver);
} else