Enum ufbx.ufbx_inherit_mode_handling
How to handle FBX transform inherit modes.
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public enum ufbx.ufbx_inherit_mode_handling
Fields
Name | Description |
---|---|
UFBX_INHERIT_MODE_HANDLING_COMPENSATE | Attempt to compensate for bone scale by inversely scaling children.
NOTE: This only works for uniform non-animated scaling, if scale is
non-uniform or animated, ufbx will add scale helpers in the same way
as |
UFBX_INHERIT_MODE_HANDLING_COMPENSATE_NO_FALLBACK | Attempt to compensate for bone scale by inversely scaling children. Will never create helper nodes. |
UFBX_INHERIT_MODE_HANDLING_FORCE_32BIT | |
UFBX_INHERIT_MODE_HANDLING_HELPER_NODES | Create scale helper nodes parented to nodes that need special inheritance.
Scale helper nodes will have |
UFBX_INHERIT_MODE_HANDLING_IGNORE | Ignore non-standard inheritance modes.
Forces all nodes to have |
UFBX_INHERIT_MODE_HANDLING_PRESERVE | Preserve inherit mode in |