Browse Source

Updated builds.

Mr.doob 4 years ago
parent
commit
ef62a176ff
3 changed files with 2 additions and 2 deletions
  1. 1 1
      build/three.js
  2. 0 0
      build/three.min.js
  3. 1 1
      build/three.module.js

+ 1 - 1
build/three.js

@@ -1836,7 +1836,7 @@
 		};
 		};
 
 
 		_proto.getNormalMatrix = function getNormalMatrix(matrix4) {
 		_proto.getNormalMatrix = function getNormalMatrix(matrix4) {
-			return this.setFromMatrix4(matrix4).copy(this).invert().transpose();
+			return this.setFromMatrix4(matrix4).invert().transpose();
 		};
 		};
 
 
 		_proto.transposeIntoArray = function transposeIntoArray(r) {
 		_proto.transposeIntoArray = function transposeIntoArray(r) {

File diff suppressed because it is too large
+ 0 - 0
build/three.min.js


+ 1 - 1
build/three.module.js

@@ -1191,7 +1191,7 @@ class Matrix3 {
 
 
 	getNormalMatrix( matrix4 ) {
 	getNormalMatrix( matrix4 ) {
 
 
-		return this.setFromMatrix4( matrix4 ).copy( this ).invert().transpose();
+		return this.setFromMatrix4( matrix4 ).invert().transpose();
 
 
 	}
 	}
 
 

Some files were not shown because too many files changed in this diff