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://www.khronos.org/registry/glTF/specs/2.0/glTF-2.0.html#interpolation-cubic.

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.