소스 검색

Updated builds

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

+ 5 - 5
build/three.js

@@ -9,7 +9,7 @@
 	(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.THREE = {}));
 }(this, (function (exports) { 'use strict';
 
-	const REVISION = '128';
+	const REVISION = '129dev';
 	const MOUSE = {
 		LEFT: 0,
 		MIDDLE: 1,
@@ -7032,10 +7032,10 @@
 				count: -1
 			};
 			this.version = 0;
-
-			this.onUploadCallback = function () {};
 		}
 
+		onUploadCallback() {}
+
 		set needsUpdate(value) {
 			if (value === true) this.version++;
 		}
@@ -18734,10 +18734,10 @@
 			};
 			this.version = 0;
 			this.uuid = generateUUID();
-
-			this.onUploadCallback = function () {};
 		}
 
+		onUploadCallback() {}
+
 		set needsUpdate(value) {
 			if (value === true) this.version++;
 		}

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


+ 5 - 5
build/three.module.js

@@ -3,7 +3,7 @@
  * Copyright 2010-2021 Three.js Authors
  * SPDX-License-Identifier: MIT
  */
-const REVISION = '128';
+const REVISION = '129dev';
 const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
 const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };
 const CullFaceNone = 0;
@@ -9121,10 +9121,10 @@ class BufferAttribute {
 
 		this.version = 0;
 
-		this.onUploadCallback = function () {};
-
 	}
 
+	onUploadCallback() {}
+
 	set needsUpdate( value ) {
 
 		if ( value === true ) this.version ++;
@@ -25512,10 +25512,10 @@ class InterleavedBuffer {
 
 		this.uuid = generateUUID();
 
-		this.onUploadCallback = function () {};
-
 	}
 
+	onUploadCallback() {}
+
 	set needsUpdate( value ) {
 
 		if ( value === true ) this.version ++;

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