浏览代码

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 };

部分文件因为文件数量过多而无法显示