Enum InterpolationType
glTF animation interpolation algorithm type.
Namespace: GLTFast.Schema
Assembly: glTFast.dll
Syntax
public enum InterpolationType
Fields
| Name | Description |
|---|---|
| CubicSpline | The animation’s interpolation is computed using a cubic spline with specified tangents. |
| Linear | The animated values are linearly interpolated between keyframes. |
| Step | The animated values remain constant to the output of the first keyframe, until the next keyframe. |
| Unknown | Unknown |