|
@@ -26,6 +26,7 @@ THREE.AnimationMixer.prototype = {
|
|
// TODO: check for duplicate action names? Or provide each action with a UUID?
|
|
// TODO: check for duplicate action names? Or provide each action with a UUID?
|
|
|
|
|
|
this.actions.push( action );
|
|
this.actions.push( action );
|
|
|
|
+ action.init( this.time );
|
|
action.mixer = this;
|
|
action.mixer = this;
|
|
|
|
|
|
var tracks = action.clip.tracks;
|
|
var tracks = action.clip.tracks;
|