소스 검색

Updated builds.

Mr.doob 9 년 전
부모
커밋
b69761bcfa
2개의 변경된 파일7개의 추가작업 그리고 5개의 파일을 삭제
  1. 7 5
      build/three.js
  2. 0 0
      build/three.min.js

+ 7 - 5
build/three.js

@@ -2,7 +2,7 @@
 	typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
 	typeof define === 'function' && define.amd ? define(['exports'], factory) :
 	(factory((global.THREE = global.THREE || {})));
-}(this, function (exports) { 'use strict';
+}(this, (function (exports) { 'use strict';
 
 	// Polyfills
 
@@ -13628,9 +13628,11 @@
 
 			// update children
 
-			for ( var i = 0, l = this.children.length; i < l; i ++ ) {
+			var children = this.children;
 
-				this.children[ i ].updateMatrixWorld( force );
+			for ( var i = 0, l = children.length; i < l; i ++ ) {
+
+				children[ i ].updateMatrixWorld( force );
 
 			}
 
@@ -21023,7 +21025,7 @@
 
 				} else if ( material.fog && materialProperties.fog !== fog ) {
 
-						material.needsUpdate = true;
+					material.needsUpdate = true;
 
 				} else if ( material.lights && materialProperties.lightsHash !== _lights.hash ) {
 
@@ -40940,7 +40942,7 @@
 
 	Object.defineProperty(exports, '__esModule', { value: true });
 
-}));
+})));
 /**
  * @author mrdoob / http://mrdoob.com/
  */

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
build/three.min.js


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