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