Mr.doob 5 anni fa
parent
commit
54222d950a
2 ha cambiato i file con 507 aggiunte e 505 eliminazioni
  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

File diff suppressed because it is too large
+ 506 - 504
build/three.min.js


Some files were not shown because too many files changed in this diff