Enum ufbx.ufbx_inherit_mode
Inherit type specifies how hierarchial node transforms are combined.
This only affects the final scaling, as rotation and translation are always
inherited correctly.
NOTE: These don't map to "InheritType" property as there may be new ones for
compatibility with various exporters.
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public enum ufbx.ufbx_inherit_mode
Fields
| Name | Description |
|---|---|
| UFBX_INHERIT_MODE_COMPONENTWISE_SCALE | Apply parent scale component-wise: |
| UFBX_INHERIT_MODE_FORCE_32BIT | |
| UFBX_INHERIT_MODE_IGNORE_PARENT_SCALE | Ignore parent scale when computing the transform: |
| UFBX_INHERIT_MODE_NORMAL | Normal matrix composition of hierarchy: |