浏览代码

Updated builds.

Mr.doob 5 年之前
父节点
当前提交
54222d950a
共有 2 个文件被更改,包括 507 次插入505 次删除
  1. 1 1
      build/three.js
  2. 506 504
      build/three.min.js

+ 1 - 1
build/three.js

@@ -1,7 +1,7 @@
 (function (global, factory) {
 	typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
 	typeof define === 'function' && define.amd ? define(['exports'], factory) :
-	(global = global || self, factory(global.THREE = {}));
+	(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.THREE = {}));
 }(this, (function (exports) { 'use strict';
 
 	// Polyfills

文件差异内容过多而无法显示
+ 506 - 504
build/three.min.js


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