When parse joint rotation, we normally use Quaternion Class to convert Eular to Quaternion,so that jointPose Class can use.
However, it looks like it converts to an unit quaternion.In this case we lose the infomation about how many turns we rotate, and the direction of the rotation.
This is so gay bcause we can never get the rotate direction right.
We are wondering how can we solve this, if we only have a XYZ Eular data?
Thank you very much if anyone one can help on this topic, we’ll be really appreciated.