Skip to content

format

typescript
CurveUtils.SmoothTangents(curve, index, weight)

class: CurveUtils

description

Smooth Tangent.

parameter

param_nametypedescription
curveCurveThe curve.
indexnumber?The index of the keyframe to smooth.
weightnumber?The smoothing weight.

return

typedescription
void

code example