瀏覽代碼

Updated builds.

Mr.doob 8 年之前
父節點
當前提交
ab9e2e2aa3
共有 3 個文件被更改,包括 61 次插入61 次删除
  1. 1 1
      build/three.js
  2. 59 59
      build/three.min.js
  3. 1 1
      build/three.module.js

+ 1 - 1
build/three.js

@@ -23157,7 +23157,7 @@
 
 			} else {
 
-				console.warn( 'THREE.Skeleton bonInverses is the wrong length.' );
+				console.warn( 'THREE.Skeleton boneInverses is the wrong length.' );
 
 				this.boneInverses = [];
 

文件差異過大導致無法顯示
+ 59 - 59
build/three.min.js


+ 1 - 1
build/three.module.js

@@ -23151,7 +23151,7 @@ function Skeleton( bones, boneInverses, useVertexTexture ) {
 
 		} else {
 
-			console.warn( 'THREE.Skeleton bonInverses is the wrong length.' );
+			console.warn( 'THREE.Skeleton boneInverses is the wrong length.' );
 
 			this.boneInverses = [];
 

部分文件因文件數量過多而無法顯示