Enum ufbx.ufbx_rotation_order
Order in which Euler-angle rotation axes are applied for a transform
NOTE: The order in the name refers to the order of axes applied,
not the multiplication order: eg. UFBX_ROTATION_ORDER_XYZ
is Z*Y*X
[TODO: Figure out what the spheric rotation order is...]
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public enum ufbx.ufbx_rotation_order
Fields
Name | Description |
---|---|
UFBX_ROTATION_ORDER_FORCE_32BIT | |
UFBX_ROTATION_ORDER_SPHERIC | |
UFBX_ROTATION_ORDER_XYZ | |
UFBX_ROTATION_ORDER_XZY | |
UFBX_ROTATION_ORDER_YXZ | |
UFBX_ROTATION_ORDER_YZX | |
UFBX_ROTATION_ORDER_ZXY | |
UFBX_ROTATION_ORDER_ZYX |