@@ -196,10 +196,6 @@ public:
|
|||||||
m_pointCache[insertIndex].m_appliedImpulseLateral1 = appliedLateralImpulse1;
|
m_pointCache[insertIndex].m_appliedImpulseLateral1 = appliedLateralImpulse1;
|
||||||
m_pointCache[insertIndex].m_appliedImpulseLateral2 = appliedLateralImpulse2;
|
m_pointCache[insertIndex].m_appliedImpulseLateral2 = appliedLateralImpulse2;
|
||||||
|
|
||||||
m_pointCache[insertIndex].m_appliedImpulse = appliedImpulse;
|
|
||||||
m_pointCache[insertIndex].m_appliedImpulseLateral1 = appliedLateralImpulse1;
|
|
||||||
m_pointCache[insertIndex].m_appliedImpulseLateral2 = appliedLateralImpulse2;
|
|
||||||
|
|
||||||
|
|
||||||
m_pointCache[insertIndex].m_lifeTime = lifeTime;
|
m_pointCache[insertIndex].m_lifeTime = lifeTime;
|
||||||
#else
|
#else
|
||||||
|
|||||||
@@ -294,7 +294,10 @@ bool btVoronoiSimplexSolver::inSimplex(const btVector3& w)
|
|||||||
#else
|
#else
|
||||||
if (m_simplexVectorW[i] == w)
|
if (m_simplexVectorW[i] == w)
|
||||||
#endif
|
#endif
|
||||||
|
{
|
||||||
found = true;
|
found = true;
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//check in case lastW is already removed
|
//check in case lastW is already removed
|
||||||
|
|||||||
Reference in New Issue
Block a user