Explorar o código

pass along update to Euler.setFromRotationMatrix.

Ben Houston %!s(int64=11) %!d(string=hai) anos
pai
achega
b6217c7d21
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/math/Euler.js

+ 1 - 1
src/math/Euler.js

@@ -232,7 +232,7 @@ THREE.Euler.prototype = {
 	   
 	   	  mIntermediate = mIntermediate || new THREE.Matrix4();
 	      mIntermediate.makeRotationFromQuaternion( q );
-	      this.setFromRotationMatrix( mIntermediate, order );
+	      this.setFromRotationMatrix( mIntermediate, order, update );
 	   
 	      return this;
 	   };