vcanim.gif (8357 bytes)SAA_actionMarkerGetInterpolation()
Home ] Sales ] Products ] Services ] Support ] Downloads ]

 

SAA_actionMarkerGetInterpolation()

SAA_actionMarkerSetInterpolation()

Gets or sets the type of interpolation used between the key frames of a set of action markers in an .ani element.

set scene [SAA_AllocScene]
set action [SAA_AllocElem]
.
.
set markers [ SAA_AllocSubElem $nbMarkers ]
set FcurveInterpType [ SAA_AllocInt $nbMarkers ]
.
.
SAA_actionMarkerGetInterpolation $scene $action $nbMarkers $markers $FcurveInterpType
SAA_actionMarkerSetInterpolation $scene $action $nbMarkers $markers $FcurveInterpType

Parameters

action
An .ani element. To get an .ani element, use SAA_elementGetAction().
nbMarkers
The number of action markers in markers. To get the total number of action markers of an element, use SAA_actionGetNbActionMarkers().
markers
An array of action markers. To get the action markers of an element, use SAA_actionGetActionMarkers().
interpType
An array containing the interpolation types of the action markers. Possible values are in the SAA_Constants global array and include:
  • SAA_INT_CONSTANT
  • SAA_INT_LINEAR
  • SAA_INT_HERMITE
  • SAA_INT_SLOPE0
  • SAA_INT_PLATEAU
  • SAA_USERDEF_INTERP

SAA Index ] Examples SAA calls index ]

copyright Video-Collage Inc.