Description
Specifies the interpolation type for a specific key on an fcurve. The interpolation determines how the value is evaluated between FCurveKeys.
C# Syntax
siFCurveKeyInterpolation.siDefaultKeyInterpolation // 0 siFCurveKeyInterpolation.siConstantKeyInterpolation // 1 siFCurveKeyInterpolation.siLinearKeyInterpolation // 2 siFCurveKeyInterpolation.siCubicKeyInterpolation // 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