Merge remote-tracking branch 'bp/master'
This commit is contained in:
@@ -779,6 +779,8 @@ void btConeTwistConstraint::calcAngleInfo2(const btTransform& transA, const btTr
|
||||
target.normalize();
|
||||
m_swingAxis = -ivB.cross(target);
|
||||
m_swingCorrection = m_swingAxis.length();
|
||||
|
||||
if (!btFuzzyZero(m_swingCorrection))
|
||||
m_swingAxis.normalize();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -73,7 +73,7 @@ public:
|
||||
|
||||
public:
|
||||
|
||||
#if defined(BT_USE_SSE) || defined(BT_USE_NEON)
|
||||
#if (defined(BT_USE_SSE_IN_API) && defined(BT_USE_SSE)) || defined(BT_USE_NEON)
|
||||
|
||||
// Set Vector
|
||||
SIMD_FORCE_INLINE btQuadWord(const btSimdFloat4 vec)
|
||||
|
||||
Reference in New Issue
Block a user