Enum AnimationSamplerModel.InterpolationTypes
The interpolation types.
Namespace: Evergine.Framework.Assets.GltfModel
Assembly: Evergine.Framework.dll
Syntax
public enum AnimationSamplerModel.InterpolationTypes
Fields
Name | Description |
---|---|
CatmullRomSpline | Catmull rom spline interpolation. |
CubicSpline | Cubic spline interpolation. |
Linear | Linear interpolation. |
Step | Step interpolation. |