Enum ufbx.ufbx_interpolation
Animation curve segment interpolation mode between two keyframes
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public enum ufbx.ufbx_interpolation
Fields
Name | Description |
---|---|
UFBX_INTERPOLATION_CONSTANT_NEXT | Hold next key value |
UFBX_INTERPOLATION_CONSTANT_PREV | Hold previous key value |
UFBX_INTERPOLATION_CUBIC | Cubic interpolation, see |
UFBX_INTERPOLATION_FORCE_32BIT | |
UFBX_INTERPOLATION_LINEAR | Linear interpolation between two keys |