Enum ufbx.ufbx_bake_step_handling
Specifies how to handle stepped tangents.
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public enum ufbx.ufbx_bake_step_handling
Fields
Name | Description |
---|---|
UFBX_BAKE_STEP_HANDLING_ADJACENT_DOUBLE | Represent stepped keyframe times as the previous/next representable |
UFBX_BAKE_STEP_HANDLING_CUSTOM_DURATION | Use a custom interpolation duration for the constant step.
See |
UFBX_BAKE_STEP_HANDLING_DEFAULT | One millisecond default step duration, with potential extra slack for converting to |
UFBX_BAKE_STEP_HANDLING_IDENTICAL_TIME | Stepped keyframes are represented as keyframes at the exact same time.
Use flags |
UFBX_BAKE_STEP_HANDLING_IGNORE | Treat all stepped tangents as linearly interpolated. |
ufbx_bake_step_handling_FORCE_32BIT |