Skip to main content

ecd_bind_animation_curve

Functions

track_to_interpolation(track)
convert_three_track_to_curves(track)Array.<AnimationCurve>
convert_three_track(track)AnimationTrack
convert_three_clip(node, clip)

Three.js clip to internal representation

track_to_interpolation(track)

Kind: global function

ParamType
trackTHREE.KeyframeTrack

convert_three_track_to_curves(track) ⇒ Array.<AnimationCurve>

Kind: global function

ParamType
trackTHREE.KeyframeTrack

convert_three_track_to_curves~curves : Array.<AnimationCurve>

Kind: inner constant of convert_three_track_to_curves

convert_three_track(track) ⇒ AnimationTrack

Kind: global function

ParamType
trackTHREE.KeyframeTrack

convert_three_clip(node, clip)

Three.js clip to internal representation

Kind: global function

ParamType
nodeEntityNode
clipTHREE.AnimationClip