Explorar o código

Updated builds.

Mr.doob %!s(int64=4) %!d(string=hai) anos
pai
achega
54c44a045e
Modificáronse 3 ficheiros con 15 adicións e 3 borrados
  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) :

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 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 };

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio