Enum ufbx.ufbx_pivot_handling
How to handle FBX transform pivots.
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public enum ufbx.ufbx_pivot_handling
Fields
Name | Description |
---|---|
UFBX_PIVOT_HANDLING_ADJUST_TO_PIVOT | Translate objects to be located at their pivot.
NOTE: Only applied if rotation and scaling pivots are equal.
NOTE: Results in geometric translation. Use |
UFBX_PIVOT_HANDLING_FORCE_32BIT | |
UFBX_PIVOT_HANDLING_RETAIN | Take pivots into account when computing the transform. |