EInterpolationType¶
-
enum
rlogic::EInterpolationType¶ Interpolation types used for animations.
Values:
-
enumerator
Step¶ Switches the value in the middle between two keyframe values.
-
enumerator
Linear¶ Interpolates using linear function.
-
enumerator
Cubic¶ Interpolates using cubic function, see https://github.com/KhronosGroup/glTF/tree/master/specification/2.0?ts=4#appendix-c-spline-interpolation.
-
enumerator
Linear_Quaternions¶ Linear interpolation for vec4f values which are normalized for use as Quaternions after interpolation.
-
enumerator
Cubic_Quaternions¶ Cubic interpolation for vec4f values which are normalized for use as Quaternions after interpolation.
-
enumerator