Interpolation
Overview
Interpolation is a enum in Aspose.3D FOSS for .NET.
Interpolation.CONSTANT represents a constant interpolation mode with no variation over time.
Values
| Value | Description |
|---|---|
CONSTANT | Represents a constant interpolation mode with no variation over time |
LINEAR | Represents a linear interpolation mode with uniform change between keyframes |
BEZIER | Represents a Bezier interpolation mode using cubic curves for smooth transitions |