bug fix in multibody interpolation world transform: update cached rotation and vector
This commit is contained in:
@@ -241,6 +241,8 @@ struct btMultibodyLink
|
||||
btAssert(0);
|
||||
}
|
||||
}
|
||||
m_cachedRotParentToThis_interpolate = m_cachedRotParentToThis;
|
||||
m_cachedRVector_interpolate = m_cachedRVector;
|
||||
}
|
||||
|
||||
void updateInterpolationCacheMultiDof()
|
||||
|
||||
Reference in New Issue
Block a user