|
@@ -101,9 +101,6 @@ THREE.KeyFrameAnimation.prototype = {
|
|
|
}
|
|
|
|
|
|
this.isPaused = false;
|
|
|
-
|
|
|
- THREE.AnimationHandler.play( this );
|
|
|
-
|
|
|
},
|
|
|
|
|
|
stop: function () {
|
|
@@ -111,8 +108,6 @@ THREE.KeyFrameAnimation.prototype = {
|
|
|
this.isPlaying = false;
|
|
|
this.isPaused = false;
|
|
|
|
|
|
- THREE.AnimationHandler.stop( this );
|
|
|
-
|
|
|
// reset JIT matrix and remove cache
|
|
|
|
|
|
for ( var h = 0; h < this.data.hierarchy.length; h ++ ) {
|