unreal.ChaosCacheInterpolationMode

class unreal.ChaosCacheInterpolationMode

Bases: EnumBase

EChaos Cache Interpolation Mode

C++ Source:

  • Plugin: ChaosCaching

  • Module: ChaosCaching

  • File: ChaosCacheInterpolationMode.h

DUAL_QUAT_INTERP: ChaosCacheInterpolationMode = Ellipsis

Dual quaternion interpolation, follows helix or screw-motion path between keyframes.

Type:

2

EULER_INTERP: ChaosCacheInterpolationMode = Ellipsis

Rotor or Euler Angle interpolation.

Type:

1

QUAT_INTERP: ChaosCacheInterpolationMode = Ellipsis

Shortest Path or Quaternion interpolation for the rotation.

Type:

0