소스 검색

Updated builds.

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

+ 5 - 1
build/three.js

@@ -1,4 +1,8 @@
-// threejs.org/license
+/**
+ * @license
+ * Copyright 2010-2021 Three.js Authors
+ * SPDX-License-Identifier: MIT
+ */
 (function (global, factory) {
 	typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
 	typeof define === 'function' && define.amd ? define(['exports'], factory) :

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


+ 5 - 1
build/three.module.js

@@ -1,4 +1,8 @@
-// threejs.org/license
+/**
+ * @license
+ * Copyright 2010-2021 Three.js Authors
+ * SPDX-License-Identifier: MIT
+ */
 const REVISION = '127dev';
 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 };

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