Enum AnimationInterpolation
Defines the type of interpolation to use.
Namespace: SharpAssimp
Assembly: SharpAssimp.dll
Syntax
public enum AnimationInterpolation
Fields
Name | Description |
---|---|
CubicSpline | Cubic spline interpolation. |
Linear | Linear interpolation. |
SphericalLinear | Spherical linear interpolation. |
Step | Step interpolation. |