How is pre-rotation calculated with respect to Rotate Axis? Inconsistent to Post-Rotation which always matches Joint Orient
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Below is a picture of a joint's transform in bind pose:
in FBX going to the joint, and printing out the Pre-rotation / Post-rotation: we see these values:
Postrotation: x: 73.67505 y: -58.60028 z: -16.32495
Prerotation: x: 180.00000 y: -5.48677 z: 0.00000
As you can clearly see, -- pre-rotation matches Joint-Orient, while Post Rotation does not match rotate axis.
I've tested around in Maya, -- and Joint-Orient and Rotate-Axis always have rotate order XYZ.
How do I convert this Postrotation into the viewed Rotate Axis of "-80.264 30.0000 -54.736"?