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
| Param | Type |
|---|---|
| track | THREE.KeyframeTrack |
convert_three_track_to_curves(track) ⇒ Array.<AnimationCurve>
Kind: global function
| Param | Type |
|---|---|
| track | THREE.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
| Param | Type |
|---|---|
| track | THREE.KeyframeTrack |
convert_three_clip(node, clip)
Three.js clip to internal representation
Kind: global function
| Param | Type |
|---|---|
| node | EntityNode |
| clip | THREE.AnimationClip |