Description
The interpolation of an FCurve determines how values are evaluated between its FCurveKeys. This is very similar to the siFCurveKeyInterpolation enum.
C# Syntax
siFCurveInterpolation.siDefaultInterpolation // 0 siFCurveInterpolation.siConstantInterpolation // 1 siFCurveInterpolation.siLinearInterpolation // 2 siFCurveInterpolation.siCubicInterpolation // 3
|
Constant |
Value |
Description |
|
0 |
Existing function |
|
|
1 |
Constant function |
|
|
2 |
Linear function |
|
|
3 |
Bezier cubic function |
Applies To
|
|
|
See Also
Autodesk Softimage v7.5