bug fix in multibody interpolation world transform: update cached rotation and vector

This commit is contained in:
Xuchen Han
2019-08-24 11:51:33 -07:00
parent f2d8ed71ac
commit bb4a554e68

View File

@@ -241,6 +241,8 @@ struct btMultibodyLink
btAssert(0);
}
}
m_cachedRotParentToThis_interpolate = m_cachedRotParentToThis;
m_cachedRVector_interpolate = m_cachedRVector;
}
void updateInterpolationCacheMultiDof()