Interpolation

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

ValueDescription
CONSTANTRepresents a constant interpolation mode with no variation over time
LINEARRepresents a linear interpolation mode with uniform change between keyframes
BEZIERRepresents a Bezier interpolation mode using cubic curves for smooth transitions

See Also