浏览代码

Updated builds.

Mr.doob 4 年之前
父节点
当前提交
ef62a176ff
共有 3 个文件被更改,包括 2 次插入2 次删除
  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) {
-			return this.setFromMatrix4(matrix4).copy(this).invert().transpose();
+			return this.setFromMatrix4(matrix4).invert().transpose();
 		};
 
 		_proto.transposeIntoArray = function transposeIntoArray(r) {

文件差异内容过多而无法显示
+ 0 - 0
build/three.min.js


+ 1 - 1
build/three.module.js

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

部分文件因为文件数量过多而无法显示