Interpolation
Overview
Interpolation is a enum in Aspose.3d for Python.
Interpolation.CONSTANT represents a non‑changing value between keyframes.
Values
| Value | Description |
|---|---|
CONSTANT | Represents a non‑changing value between keyframes |
LINEAR | Represents a straight‑line interpolation between successive keyframes |
BEZIER | Represents a cubic Bézier curve interpolation for smooth transitions |
B_SPLINE | Represents a B‑spline interpolation providing smooth, controllable curves |
CARDINAL_SPLINE | Represents a cardinal spline interpolation with tension control |
TCB_SPLINE | Represents a Tension‑Continuity‑Bias spline interpolation for advanced keyframe control |