|
@@ -53,8 +53,6 @@ THREE.Animation.prototype.reset = function () {
|
|
|
|
|
|
var object = this.hierarchy[ h ];
|
|
|
|
|
|
- object.matrixAutoUpdate = true;
|
|
|
-
|
|
|
if ( object.animationCache === undefined ) {
|
|
|
|
|
|
object.animationCache = {
|
|
@@ -237,9 +235,6 @@ THREE.Animation.prototype.update = (function(){
|
|
|
|
|
|
}
|
|
|
|
|
|
- object.matrixAutoUpdate = true;
|
|
|
- object.matrixWorldNeedsUpdate = true;
|
|
|
-
|
|
|
var scale = ( this.currentTime - prevKey.time ) / ( nextKey.time - prevKey.time );
|
|
|
|
|
|
var prevXYZ = prevKey[ type ];
|