소스 검색

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 = [];
 

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.