You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when interpolating the quaternion.
I tried two versions of glm, the one in this repo and the newest version, and they both have this problem, and the order of the quaternions is not even the same between the two versions.
The text was updated successfully, but these errors were encountered:
At
Saba/Model/MMD/PMXModel.cpp
line 739:the internal order of the quaternion seems inconsistent with that returned from
node->GetRotate()
, so it goes wrong atPMXModel.cpp
line 1268glm::quat q = glm::slerp(node->GetRotate(), boneMorph.m_rotate, weight);
when interpolating the quaternion.
I tried two versions of
glm
, the one in this repo and the newest version, and they both have this problem, and the order of the quaternions is not even the same between the two versions.The text was updated successfully, but these errors were encountered: