@luma.gl/engine 8.5.10 → 8.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dist.js +435 -542
- package/dist/dist.min.js +1 -1
- package/dist/es5/bundle.js +2 -4
- package/dist/es5/bundle.js.map +1 -1
- package/dist/es5/lib/animation-loop.js +1 -1
- package/dist/es5/lib/animation-loop.js.map +1 -1
- package/dist/esm/bundle.js +2 -4
- package/dist/esm/bundle.js.map +1 -1
- package/dist/esm/lib/animation-loop.js +1 -1
- package/dist/esm/lib/animation-loop.js.map +1 -1
- package/package.json +7 -6
- package/src/bundle.js +2 -3
- package/src/lib/animation-loop.js +1 -1
package/dist/dist.js
CHANGED
|
@@ -96,54 +96,10 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
96
96
|
/************************************************************************/
|
|
97
97
|
/******/ ({
|
|
98
98
|
|
|
99
|
-
/***/ "../../node_modules/@babel/runtime/helpers/interopRequireDefault.js":
|
|
100
|
-
/*!***********************************************************************************************!*\
|
|
101
|
-
!*** /Users/alasarr/dev/luma.gl/node_modules/@babel/runtime/helpers/interopRequireDefault.js ***!
|
|
102
|
-
\***********************************************************************************************/
|
|
103
|
-
/*! no static exports found */
|
|
104
|
-
/***/ (function(module, exports) {
|
|
105
|
-
|
|
106
|
-
function _interopRequireDefault(obj) {
|
|
107
|
-
return obj && obj.__esModule ? obj : {
|
|
108
|
-
"default": obj
|
|
109
|
-
};
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
module.exports = _interopRequireDefault;
|
|
113
|
-
|
|
114
|
-
/***/ }),
|
|
115
|
-
|
|
116
|
-
/***/ "../../node_modules/@babel/runtime/helpers/typeof.js":
|
|
117
|
-
/*!********************************************************************************!*\
|
|
118
|
-
!*** /Users/alasarr/dev/luma.gl/node_modules/@babel/runtime/helpers/typeof.js ***!
|
|
119
|
-
\********************************************************************************/
|
|
120
|
-
/*! no static exports found */
|
|
121
|
-
/***/ (function(module, exports) {
|
|
122
|
-
|
|
123
|
-
function _typeof(obj) {
|
|
124
|
-
"@babel/helpers - typeof";
|
|
125
|
-
|
|
126
|
-
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
|
|
127
|
-
module.exports = _typeof = function _typeof(obj) {
|
|
128
|
-
return typeof obj;
|
|
129
|
-
};
|
|
130
|
-
} else {
|
|
131
|
-
module.exports = _typeof = function _typeof(obj) {
|
|
132
|
-
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
133
|
-
};
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
return _typeof(obj);
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
module.exports = _typeof;
|
|
140
|
-
|
|
141
|
-
/***/ }),
|
|
142
|
-
|
|
143
99
|
/***/ "../../node_modules/@math.gl/core/dist/esm/classes/base/math-array.js":
|
|
144
|
-
|
|
145
|
-
!*** /Users/
|
|
146
|
-
|
|
100
|
+
/*!**************************************************************************************************!*\
|
|
101
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@math.gl/core/dist/esm/classes/base/math-array.js ***!
|
|
102
|
+
\**************************************************************************************************/
|
|
147
103
|
/*! exports provided: default */
|
|
148
104
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
149
105
|
|
|
@@ -422,9 +378,9 @@ class MathArray extends _extendableBuiltin(Array) {
|
|
|
422
378
|
/***/ }),
|
|
423
379
|
|
|
424
380
|
/***/ "../../node_modules/@math.gl/core/dist/esm/classes/base/matrix.js":
|
|
425
|
-
|
|
426
|
-
!*** /Users/
|
|
427
|
-
|
|
381
|
+
/*!**********************************************************************************************!*\
|
|
382
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@math.gl/core/dist/esm/classes/base/matrix.js ***!
|
|
383
|
+
\**********************************************************************************************/
|
|
428
384
|
/*! exports provided: default */
|
|
429
385
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
430
386
|
|
|
@@ -512,9 +468,9 @@ class Matrix extends _math_array__WEBPACK_IMPORTED_MODULE_0__["default"] {
|
|
|
512
468
|
/***/ }),
|
|
513
469
|
|
|
514
470
|
/***/ "../../node_modules/@math.gl/core/dist/esm/classes/base/vector.js":
|
|
515
|
-
|
|
516
|
-
!*** /Users/
|
|
517
|
-
|
|
471
|
+
/*!**********************************************************************************************!*\
|
|
472
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@math.gl/core/dist/esm/classes/base/vector.js ***!
|
|
473
|
+
\**********************************************************************************************/
|
|
518
474
|
/*! exports provided: default */
|
|
519
475
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
520
476
|
|
|
@@ -678,9 +634,9 @@ class Vector extends _math_array__WEBPACK_IMPORTED_MODULE_0__["default"] {
|
|
|
678
634
|
/***/ }),
|
|
679
635
|
|
|
680
636
|
/***/ "../../node_modules/@math.gl/core/dist/esm/classes/euler.js":
|
|
681
|
-
|
|
682
|
-
!*** /Users/
|
|
683
|
-
|
|
637
|
+
/*!****************************************************************************************!*\
|
|
638
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@math.gl/core/dist/esm/classes/euler.js ***!
|
|
639
|
+
\****************************************************************************************/
|
|
684
640
|
/*! exports provided: default */
|
|
685
641
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
686
642
|
|
|
@@ -1239,9 +1195,9 @@ class Euler extends _base_math_array__WEBPACK_IMPORTED_MODULE_0__["default"] {
|
|
|
1239
1195
|
/***/ }),
|
|
1240
1196
|
|
|
1241
1197
|
/***/ "../../node_modules/@math.gl/core/dist/esm/classes/matrix3.js":
|
|
1242
|
-
|
|
1243
|
-
!*** /Users/
|
|
1244
|
-
|
|
1198
|
+
/*!******************************************************************************************!*\
|
|
1199
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@math.gl/core/dist/esm/classes/matrix3.js ***!
|
|
1200
|
+
\******************************************************************************************/
|
|
1245
1201
|
/*! exports provided: default */
|
|
1246
1202
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1247
1203
|
|
|
@@ -1442,9 +1398,9 @@ class Matrix3 extends _base_matrix__WEBPACK_IMPORTED_MODULE_0__["default"] {
|
|
|
1442
1398
|
/***/ }),
|
|
1443
1399
|
|
|
1444
1400
|
/***/ "../../node_modules/@math.gl/core/dist/esm/classes/matrix4.js":
|
|
1445
|
-
|
|
1446
|
-
!*** /Users/
|
|
1447
|
-
|
|
1401
|
+
/*!******************************************************************************************!*\
|
|
1402
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@math.gl/core/dist/esm/classes/matrix4.js ***!
|
|
1403
|
+
\******************************************************************************************/
|
|
1448
1404
|
/*! exports provided: default */
|
|
1449
1405
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1450
1406
|
|
|
@@ -1917,9 +1873,9 @@ class Matrix4 extends _base_matrix__WEBPACK_IMPORTED_MODULE_1__["default"] {
|
|
|
1917
1873
|
/***/ }),
|
|
1918
1874
|
|
|
1919
1875
|
/***/ "../../node_modules/@math.gl/core/dist/esm/classes/pose.js":
|
|
1920
|
-
|
|
1921
|
-
!*** /Users/
|
|
1922
|
-
|
|
1876
|
+
/*!***************************************************************************************!*\
|
|
1877
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@math.gl/core/dist/esm/classes/pose.js ***!
|
|
1878
|
+
\***************************************************************************************/
|
|
1923
1879
|
/*! exports provided: default */
|
|
1924
1880
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1925
1881
|
|
|
@@ -2053,9 +2009,9 @@ class Pose {
|
|
|
2053
2009
|
/***/ }),
|
|
2054
2010
|
|
|
2055
2011
|
/***/ "../../node_modules/@math.gl/core/dist/esm/classes/quaternion.js":
|
|
2056
|
-
|
|
2057
|
-
!*** /Users/
|
|
2058
|
-
|
|
2012
|
+
/*!*********************************************************************************************!*\
|
|
2013
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@math.gl/core/dist/esm/classes/quaternion.js ***!
|
|
2014
|
+
\*********************************************************************************************/
|
|
2059
2015
|
/*! exports provided: default */
|
|
2060
2016
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2061
2017
|
|
|
@@ -2301,9 +2257,9 @@ class Quaternion extends _base_math_array__WEBPACK_IMPORTED_MODULE_0__["default"
|
|
|
2301
2257
|
/***/ }),
|
|
2302
2258
|
|
|
2303
2259
|
/***/ "../../node_modules/@math.gl/core/dist/esm/classes/spherical-coordinates.js":
|
|
2304
|
-
|
|
2305
|
-
!*** /Users/
|
|
2306
|
-
|
|
2260
|
+
/*!********************************************************************************************************!*\
|
|
2261
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@math.gl/core/dist/esm/classes/spherical-coordinates.js ***!
|
|
2262
|
+
\********************************************************************************************************/
|
|
2307
2263
|
/*! exports provided: default */
|
|
2308
2264
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2309
2265
|
|
|
@@ -2462,9 +2418,9 @@ class SphericalCoordinates {
|
|
|
2462
2418
|
/***/ }),
|
|
2463
2419
|
|
|
2464
2420
|
/***/ "../../node_modules/@math.gl/core/dist/esm/classes/vector2.js":
|
|
2465
|
-
|
|
2466
|
-
!*** /Users/
|
|
2467
|
-
|
|
2421
|
+
/*!******************************************************************************************!*\
|
|
2422
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@math.gl/core/dist/esm/classes/vector2.js ***!
|
|
2423
|
+
\******************************************************************************************/
|
|
2468
2424
|
/*! exports provided: default */
|
|
2469
2425
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2470
2426
|
|
|
@@ -2574,9 +2530,9 @@ class Vector2 extends _base_vector__WEBPACK_IMPORTED_MODULE_0__["default"] {
|
|
|
2574
2530
|
/***/ }),
|
|
2575
2531
|
|
|
2576
2532
|
/***/ "../../node_modules/@math.gl/core/dist/esm/classes/vector3.js":
|
|
2577
|
-
|
|
2578
|
-
!*** /Users/
|
|
2579
|
-
|
|
2533
|
+
/*!******************************************************************************************!*\
|
|
2534
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@math.gl/core/dist/esm/classes/vector3.js ***!
|
|
2535
|
+
\******************************************************************************************/
|
|
2580
2536
|
/*! exports provided: default */
|
|
2581
2537
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2582
2538
|
|
|
@@ -2732,9 +2688,9 @@ class Vector3 extends _base_vector__WEBPACK_IMPORTED_MODULE_0__["default"] {
|
|
|
2732
2688
|
/***/ }),
|
|
2733
2689
|
|
|
2734
2690
|
/***/ "../../node_modules/@math.gl/core/dist/esm/classes/vector4.js":
|
|
2735
|
-
|
|
2736
|
-
!*** /Users/
|
|
2737
|
-
|
|
2691
|
+
/*!******************************************************************************************!*\
|
|
2692
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@math.gl/core/dist/esm/classes/vector4.js ***!
|
|
2693
|
+
\******************************************************************************************/
|
|
2738
2694
|
/*! exports provided: default */
|
|
2739
2695
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2740
2696
|
|
|
@@ -2867,9 +2823,9 @@ class Vector4 extends _base_vector__WEBPACK_IMPORTED_MODULE_0__["default"] {
|
|
|
2867
2823
|
/***/ }),
|
|
2868
2824
|
|
|
2869
2825
|
/***/ "../../node_modules/@math.gl/core/dist/esm/index.js":
|
|
2870
|
-
|
|
2871
|
-
!*** /Users/
|
|
2872
|
-
|
|
2826
|
+
/*!********************************************************************************!*\
|
|
2827
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@math.gl/core/dist/esm/index.js ***!
|
|
2828
|
+
\********************************************************************************/
|
|
2873
2829
|
/*! exports provided: Vector2, Vector3, Vector4, Matrix3, Matrix4, Quaternion, config, configure, formatValue, isArray, clone, equals, exactEquals, toRadians, toDegrees, radians, degrees, sin, cos, tan, asin, acos, atan, clamp, lerp, withEpsilon, checkNumber, _MathUtils, SphericalCoordinates, Pose, Euler, assert, _SphericalCoordinates, _Pose, _Euler */
|
|
2874
2830
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2875
2831
|
|
|
@@ -2990,9 +2946,9 @@ global_.mathgl = {
|
|
|
2990
2946
|
/***/ }),
|
|
2991
2947
|
|
|
2992
2948
|
/***/ "../../node_modules/@math.gl/core/dist/esm/lib/assert.js":
|
|
2993
|
-
|
|
2994
|
-
!*** /Users/
|
|
2995
|
-
|
|
2949
|
+
/*!*************************************************************************************!*\
|
|
2950
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@math.gl/core/dist/esm/lib/assert.js ***!
|
|
2951
|
+
\*************************************************************************************/
|
|
2996
2952
|
/*! exports provided: default */
|
|
2997
2953
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2998
2954
|
|
|
@@ -3009,9 +2965,9 @@ function assert(condition, message) {
|
|
|
3009
2965
|
/***/ }),
|
|
3010
2966
|
|
|
3011
2967
|
/***/ "../../node_modules/@math.gl/core/dist/esm/lib/common.js":
|
|
3012
|
-
|
|
3013
|
-
!*** /Users/
|
|
3014
|
-
|
|
2968
|
+
/*!*************************************************************************************!*\
|
|
2969
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@math.gl/core/dist/esm/lib/common.js ***!
|
|
2970
|
+
\*************************************************************************************/
|
|
3015
2971
|
/*! exports provided: config, configure, formatValue, isArray, clone, toRadians, toDegrees, radians, degrees, sin, cos, tan, asin, acos, atan, clamp, lerp, equals, exactEquals, withEpsilon */
|
|
3016
2972
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3017
2973
|
|
|
@@ -3226,9 +3182,9 @@ function withEpsilon(EPSILON, func) {
|
|
|
3226
3182
|
/***/ }),
|
|
3227
3183
|
|
|
3228
3184
|
/***/ "../../node_modules/@math.gl/core/dist/esm/lib/gl-matrix-extras.js":
|
|
3229
|
-
|
|
3230
|
-
!*** /Users/
|
|
3231
|
-
|
|
3185
|
+
/*!***********************************************************************************************!*\
|
|
3186
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@math.gl/core/dist/esm/lib/gl-matrix-extras.js ***!
|
|
3187
|
+
\***********************************************************************************************/
|
|
3232
3188
|
/*! exports provided: vec2_transformMat4AsVector, vec3_transformMat4AsVector, vec3_transformMat2, vec4_transformMat2, vec4_transformMat3 */
|
|
3233
3189
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3234
3190
|
|
|
@@ -3289,9 +3245,9 @@ function vec4_transformMat3(out, a, m) {
|
|
|
3289
3245
|
/***/ }),
|
|
3290
3246
|
|
|
3291
3247
|
/***/ "../../node_modules/@math.gl/core/dist/esm/lib/math-utils.js":
|
|
3292
|
-
|
|
3293
|
-
!*** /Users/
|
|
3294
|
-
|
|
3248
|
+
/*!*****************************************************************************************!*\
|
|
3249
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@math.gl/core/dist/esm/lib/math-utils.js ***!
|
|
3250
|
+
\*****************************************************************************************/
|
|
3295
3251
|
/*! exports provided: default */
|
|
3296
3252
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3297
3253
|
|
|
@@ -3328,9 +3284,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3328
3284
|
/***/ }),
|
|
3329
3285
|
|
|
3330
3286
|
/***/ "../../node_modules/@math.gl/core/dist/esm/lib/validators.js":
|
|
3331
|
-
|
|
3332
|
-
!*** /Users/
|
|
3333
|
-
|
|
3287
|
+
/*!*****************************************************************************************!*\
|
|
3288
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@math.gl/core/dist/esm/lib/validators.js ***!
|
|
3289
|
+
\*****************************************************************************************/
|
|
3334
3290
|
/*! exports provided: validateVector, checkNumber, checkVector, deprecated */
|
|
3335
3291
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3336
3292
|
|
|
@@ -3380,10 +3336,265 @@ function deprecated(method, version) {
|
|
|
3380
3336
|
|
|
3381
3337
|
/***/ }),
|
|
3382
3338
|
|
|
3339
|
+
/***/ "../../node_modules/@probe.gl/env/dist/esm/index.js":
|
|
3340
|
+
/*!********************************************************************************!*\
|
|
3341
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@probe.gl/env/dist/esm/index.js ***!
|
|
3342
|
+
\********************************************************************************/
|
|
3343
|
+
/*! exports provided: VERSION, self, window, global, document, process, console, isBrowser, isBrowserMainThread, getBrowser, isMobile, isElectron, assert */
|
|
3344
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3345
|
+
|
|
3346
|
+
"use strict";
|
|
3347
|
+
__webpack_require__.r(__webpack_exports__);
|
|
3348
|
+
/* harmony import */ var _utils_globals__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./utils/globals */ "../../node_modules/@probe.gl/env/dist/esm/utils/globals.js");
|
|
3349
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VERSION", function() { return _utils_globals__WEBPACK_IMPORTED_MODULE_0__["VERSION"]; });
|
|
3350
|
+
|
|
3351
|
+
/* harmony import */ var _lib_globals__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./lib/globals */ "../../node_modules/@probe.gl/env/dist/esm/lib/globals.js");
|
|
3352
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "self", function() { return _lib_globals__WEBPACK_IMPORTED_MODULE_1__["self"]; });
|
|
3353
|
+
|
|
3354
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "window", function() { return _lib_globals__WEBPACK_IMPORTED_MODULE_1__["window"]; });
|
|
3355
|
+
|
|
3356
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "global", function() { return _lib_globals__WEBPACK_IMPORTED_MODULE_1__["global"]; });
|
|
3357
|
+
|
|
3358
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "document", function() { return _lib_globals__WEBPACK_IMPORTED_MODULE_1__["document"]; });
|
|
3359
|
+
|
|
3360
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "process", function() { return _lib_globals__WEBPACK_IMPORTED_MODULE_1__["process"]; });
|
|
3361
|
+
|
|
3362
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "console", function() { return _lib_globals__WEBPACK_IMPORTED_MODULE_1__["console"]; });
|
|
3363
|
+
|
|
3364
|
+
/* harmony import */ var _lib_is_browser__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./lib/is-browser */ "../../node_modules/@probe.gl/env/dist/esm/lib/is-browser.js");
|
|
3365
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "isBrowser", function() { return _lib_is_browser__WEBPACK_IMPORTED_MODULE_2__["default"]; });
|
|
3366
|
+
|
|
3367
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "isBrowserMainThread", function() { return _lib_is_browser__WEBPACK_IMPORTED_MODULE_2__["isBrowserMainThread"]; });
|
|
3368
|
+
|
|
3369
|
+
/* harmony import */ var _lib_get_browser__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./lib/get-browser */ "../../node_modules/@probe.gl/env/dist/esm/lib/get-browser.js");
|
|
3370
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "getBrowser", function() { return _lib_get_browser__WEBPACK_IMPORTED_MODULE_3__["default"]; });
|
|
3371
|
+
|
|
3372
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "isMobile", function() { return _lib_get_browser__WEBPACK_IMPORTED_MODULE_3__["isMobile"]; });
|
|
3373
|
+
|
|
3374
|
+
/* harmony import */ var _lib_is_electron__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./lib/is-electron */ "../../node_modules/@probe.gl/env/dist/esm/lib/is-electron.js");
|
|
3375
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "isElectron", function() { return _lib_is_electron__WEBPACK_IMPORTED_MODULE_4__["default"]; });
|
|
3376
|
+
|
|
3377
|
+
/* harmony import */ var _utils_assert__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./utils/assert */ "../../node_modules/@probe.gl/env/dist/esm/utils/assert.js");
|
|
3378
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "assert", function() { return _utils_assert__WEBPACK_IMPORTED_MODULE_5__["default"]; });
|
|
3379
|
+
|
|
3380
|
+
|
|
3381
|
+
|
|
3382
|
+
|
|
3383
|
+
|
|
3384
|
+
|
|
3385
|
+
|
|
3386
|
+
//# sourceMappingURL=index.js.map
|
|
3387
|
+
|
|
3388
|
+
/***/ }),
|
|
3389
|
+
|
|
3390
|
+
/***/ "../../node_modules/@probe.gl/env/dist/esm/lib/get-browser.js":
|
|
3391
|
+
/*!******************************************************************************************!*\
|
|
3392
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@probe.gl/env/dist/esm/lib/get-browser.js ***!
|
|
3393
|
+
\******************************************************************************************/
|
|
3394
|
+
/*! exports provided: isMobile, default */
|
|
3395
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3396
|
+
|
|
3397
|
+
"use strict";
|
|
3398
|
+
__webpack_require__.r(__webpack_exports__);
|
|
3399
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isMobile", function() { return isMobile; });
|
|
3400
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return getBrowser; });
|
|
3401
|
+
/* harmony import */ var _is_browser__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./is-browser */ "../../node_modules/@probe.gl/env/dist/esm/lib/is-browser.js");
|
|
3402
|
+
/* harmony import */ var _is_electron__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./is-electron */ "../../node_modules/@probe.gl/env/dist/esm/lib/is-electron.js");
|
|
3403
|
+
|
|
3404
|
+
|
|
3405
|
+
const window = globalThis;
|
|
3406
|
+
function isMobile() {
|
|
3407
|
+
return typeof window.orientation !== 'undefined';
|
|
3408
|
+
}
|
|
3409
|
+
function getBrowser(mockUserAgent) {
|
|
3410
|
+
if (!mockUserAgent && !Object(_is_browser__WEBPACK_IMPORTED_MODULE_0__["default"])()) {
|
|
3411
|
+
return 'Node';
|
|
3412
|
+
}
|
|
3413
|
+
|
|
3414
|
+
if (Object(_is_electron__WEBPACK_IMPORTED_MODULE_1__["default"])(mockUserAgent)) {
|
|
3415
|
+
return 'Electron';
|
|
3416
|
+
}
|
|
3417
|
+
|
|
3418
|
+
const navigator_ = typeof navigator !== 'undefined' ? navigator : {};
|
|
3419
|
+
const userAgent = mockUserAgent || navigator_.userAgent || '';
|
|
3420
|
+
|
|
3421
|
+
if (userAgent.indexOf('Edge') > -1) {
|
|
3422
|
+
return 'Edge';
|
|
3423
|
+
}
|
|
3424
|
+
|
|
3425
|
+
const isMSIE = userAgent.indexOf('MSIE ') !== -1;
|
|
3426
|
+
const isTrident = userAgent.indexOf('Trident/') !== -1;
|
|
3427
|
+
|
|
3428
|
+
if (isMSIE || isTrident) {
|
|
3429
|
+
return 'IE';
|
|
3430
|
+
}
|
|
3431
|
+
|
|
3432
|
+
if (window.chrome) {
|
|
3433
|
+
return 'Chrome';
|
|
3434
|
+
}
|
|
3435
|
+
|
|
3436
|
+
if (window.safari) {
|
|
3437
|
+
return 'Safari';
|
|
3438
|
+
}
|
|
3439
|
+
|
|
3440
|
+
if (window.mozInnerScreenX) {
|
|
3441
|
+
return 'Firefox';
|
|
3442
|
+
}
|
|
3443
|
+
|
|
3444
|
+
return 'Unknown';
|
|
3445
|
+
}
|
|
3446
|
+
//# sourceMappingURL=get-browser.js.map
|
|
3447
|
+
|
|
3448
|
+
/***/ }),
|
|
3449
|
+
|
|
3450
|
+
/***/ "../../node_modules/@probe.gl/env/dist/esm/lib/globals.js":
|
|
3451
|
+
/*!**************************************************************************************!*\
|
|
3452
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@probe.gl/env/dist/esm/lib/globals.js ***!
|
|
3453
|
+
\**************************************************************************************/
|
|
3454
|
+
/*! exports provided: self, window, global, document, process, console */
|
|
3455
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3456
|
+
|
|
3457
|
+
"use strict";
|
|
3458
|
+
__webpack_require__.r(__webpack_exports__);
|
|
3459
|
+
/* WEBPACK VAR INJECTION */(function(global, process) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "self", function() { return self_; });
|
|
3460
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "window", function() { return window_; });
|
|
3461
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "global", function() { return global_; });
|
|
3462
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "document", function() { return document_; });
|
|
3463
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "process", function() { return process_; });
|
|
3464
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "console", function() { return console_; });
|
|
3465
|
+
const globals = {
|
|
3466
|
+
self: typeof self !== 'undefined' && self,
|
|
3467
|
+
window: typeof window !== 'undefined' && window,
|
|
3468
|
+
global: typeof global !== 'undefined' && global,
|
|
3469
|
+
document: typeof document !== 'undefined' && document,
|
|
3470
|
+
process: typeof process === 'object' && process
|
|
3471
|
+
};
|
|
3472
|
+
const global_ = globalThis;
|
|
3473
|
+
const self_ = globals.self || globals.window || globals.global;
|
|
3474
|
+
const window_ = globals.window || globals.self || globals.global;
|
|
3475
|
+
const document_ = globals.document || {};
|
|
3476
|
+
const process_ = globals.process || {};
|
|
3477
|
+
const console_ = console;
|
|
3478
|
+
|
|
3479
|
+
//# sourceMappingURL=globals.js.map
|
|
3480
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../webpack/buildin/global.js */ "../../node_modules/webpack/buildin/global.js"), __webpack_require__(/*! ./../../../../../process/browser.js */ "../../node_modules/process/browser.js")))
|
|
3481
|
+
|
|
3482
|
+
/***/ }),
|
|
3483
|
+
|
|
3484
|
+
/***/ "../../node_modules/@probe.gl/env/dist/esm/lib/is-browser.js":
|
|
3485
|
+
/*!*****************************************************************************************!*\
|
|
3486
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@probe.gl/env/dist/esm/lib/is-browser.js ***!
|
|
3487
|
+
\*****************************************************************************************/
|
|
3488
|
+
/*! exports provided: default, isBrowserMainThread */
|
|
3489
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3490
|
+
|
|
3491
|
+
"use strict";
|
|
3492
|
+
__webpack_require__.r(__webpack_exports__);
|
|
3493
|
+
/* WEBPACK VAR INJECTION */(function(process) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return isBrowser; });
|
|
3494
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isBrowserMainThread", function() { return isBrowserMainThread; });
|
|
3495
|
+
/* harmony import */ var _is_electron__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./is-electron */ "../../node_modules/@probe.gl/env/dist/esm/lib/is-electron.js");
|
|
3496
|
+
|
|
3497
|
+
function isBrowser() {
|
|
3498
|
+
const isNode = typeof process === 'object' && String(process) === '[object process]' && !process.browser;
|
|
3499
|
+
return !isNode || Object(_is_electron__WEBPACK_IMPORTED_MODULE_0__["default"])();
|
|
3500
|
+
}
|
|
3501
|
+
function isBrowserMainThread() {
|
|
3502
|
+
return isBrowser() && typeof document !== 'undefined';
|
|
3503
|
+
}
|
|
3504
|
+
//# sourceMappingURL=is-browser.js.map
|
|
3505
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../process/browser.js */ "../../node_modules/process/browser.js")))
|
|
3506
|
+
|
|
3507
|
+
/***/ }),
|
|
3508
|
+
|
|
3509
|
+
/***/ "../../node_modules/@probe.gl/env/dist/esm/lib/is-electron.js":
|
|
3510
|
+
/*!******************************************************************************************!*\
|
|
3511
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@probe.gl/env/dist/esm/lib/is-electron.js ***!
|
|
3512
|
+
\******************************************************************************************/
|
|
3513
|
+
/*! exports provided: default */
|
|
3514
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3515
|
+
|
|
3516
|
+
"use strict";
|
|
3517
|
+
__webpack_require__.r(__webpack_exports__);
|
|
3518
|
+
/* WEBPACK VAR INJECTION */(function(process) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return isElectron; });
|
|
3519
|
+
function isElectron(mockUserAgent) {
|
|
3520
|
+
if (typeof window !== 'undefined' && typeof window.process === 'object' && window.process.type === 'renderer') {
|
|
3521
|
+
return true;
|
|
3522
|
+
}
|
|
3523
|
+
|
|
3524
|
+
if (typeof process !== 'undefined' && typeof process.versions === 'object' && Boolean(process.versions.electron)) {
|
|
3525
|
+
return true;
|
|
3526
|
+
}
|
|
3527
|
+
|
|
3528
|
+
const realUserAgent = typeof navigator === 'object' && typeof navigator.userAgent === 'string' && navigator.userAgent;
|
|
3529
|
+
const userAgent = mockUserAgent || realUserAgent;
|
|
3530
|
+
|
|
3531
|
+
if (userAgent && userAgent.indexOf('Electron') >= 0) {
|
|
3532
|
+
return true;
|
|
3533
|
+
}
|
|
3534
|
+
|
|
3535
|
+
return false;
|
|
3536
|
+
}
|
|
3537
|
+
//# sourceMappingURL=is-electron.js.map
|
|
3538
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../process/browser.js */ "../../node_modules/process/browser.js")))
|
|
3539
|
+
|
|
3540
|
+
/***/ }),
|
|
3541
|
+
|
|
3542
|
+
/***/ "../../node_modules/@probe.gl/env/dist/esm/utils/assert.js":
|
|
3543
|
+
/*!***************************************************************************************!*\
|
|
3544
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@probe.gl/env/dist/esm/utils/assert.js ***!
|
|
3545
|
+
\***************************************************************************************/
|
|
3546
|
+
/*! exports provided: default */
|
|
3547
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3548
|
+
|
|
3549
|
+
"use strict";
|
|
3550
|
+
__webpack_require__.r(__webpack_exports__);
|
|
3551
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return assert; });
|
|
3552
|
+
function assert(condition, message) {
|
|
3553
|
+
if (!condition) {
|
|
3554
|
+
throw new Error(message || 'Assertion failed');
|
|
3555
|
+
}
|
|
3556
|
+
}
|
|
3557
|
+
//# sourceMappingURL=assert.js.map
|
|
3558
|
+
|
|
3559
|
+
/***/ }),
|
|
3560
|
+
|
|
3561
|
+
/***/ "../../node_modules/@probe.gl/env/dist/esm/utils/globals.js":
|
|
3562
|
+
/*!****************************************************************************************!*\
|
|
3563
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@probe.gl/env/dist/esm/utils/globals.js ***!
|
|
3564
|
+
\****************************************************************************************/
|
|
3565
|
+
/*! exports provided: self, window, global, document, process, console, VERSION, isBrowser */
|
|
3566
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3567
|
+
|
|
3568
|
+
"use strict";
|
|
3569
|
+
__webpack_require__.r(__webpack_exports__);
|
|
3570
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VERSION", function() { return VERSION; });
|
|
3571
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isBrowser", function() { return isBrowser; });
|
|
3572
|
+
/* harmony import */ var _lib_is_browser__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../lib/is-browser */ "../../node_modules/@probe.gl/env/dist/esm/lib/is-browser.js");
|
|
3573
|
+
/* harmony import */ var _lib_globals__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../lib/globals */ "../../node_modules/@probe.gl/env/dist/esm/lib/globals.js");
|
|
3574
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "self", function() { return _lib_globals__WEBPACK_IMPORTED_MODULE_1__["self"]; });
|
|
3575
|
+
|
|
3576
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "window", function() { return _lib_globals__WEBPACK_IMPORTED_MODULE_1__["window"]; });
|
|
3577
|
+
|
|
3578
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "global", function() { return _lib_globals__WEBPACK_IMPORTED_MODULE_1__["global"]; });
|
|
3579
|
+
|
|
3580
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "document", function() { return _lib_globals__WEBPACK_IMPORTED_MODULE_1__["document"]; });
|
|
3581
|
+
|
|
3582
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "process", function() { return _lib_globals__WEBPACK_IMPORTED_MODULE_1__["process"]; });
|
|
3583
|
+
|
|
3584
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "console", function() { return _lib_globals__WEBPACK_IMPORTED_MODULE_1__["console"]; });
|
|
3585
|
+
|
|
3586
|
+
|
|
3587
|
+
|
|
3588
|
+
const VERSION = true ? "8.5.10" : undefined;
|
|
3589
|
+
const isBrowser = Object(_lib_is_browser__WEBPACK_IMPORTED_MODULE_0__["default"])();
|
|
3590
|
+
//# sourceMappingURL=globals.js.map
|
|
3591
|
+
|
|
3592
|
+
/***/ }),
|
|
3593
|
+
|
|
3383
3594
|
/***/ "../../node_modules/@probe.gl/stats/dist/esm/index.js":
|
|
3384
|
-
|
|
3385
|
-
!*** /Users/
|
|
3386
|
-
|
|
3595
|
+
/*!**********************************************************************************!*\
|
|
3596
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@probe.gl/stats/dist/esm/index.js ***!
|
|
3597
|
+
\**********************************************************************************/
|
|
3387
3598
|
/*! exports provided: Stats, Stat, _getHiResTimestamp */
|
|
3388
3599
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3389
3600
|
|
|
@@ -3406,9 +3617,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3406
3617
|
/***/ }),
|
|
3407
3618
|
|
|
3408
3619
|
/***/ "../../node_modules/@probe.gl/stats/dist/esm/lib/stat.js":
|
|
3409
|
-
|
|
3410
|
-
!*** /Users/
|
|
3411
|
-
|
|
3620
|
+
/*!*************************************************************************************!*\
|
|
3621
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@probe.gl/stats/dist/esm/lib/stat.js ***!
|
|
3622
|
+
\*************************************************************************************/
|
|
3412
3623
|
/*! exports provided: default */
|
|
3413
3624
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3414
3625
|
|
|
@@ -3545,9 +3756,9 @@ class Stat {
|
|
|
3545
3756
|
/***/ }),
|
|
3546
3757
|
|
|
3547
3758
|
/***/ "../../node_modules/@probe.gl/stats/dist/esm/lib/stats.js":
|
|
3548
|
-
|
|
3549
|
-
!*** /Users/
|
|
3550
|
-
|
|
3759
|
+
/*!**************************************************************************************!*\
|
|
3760
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@probe.gl/stats/dist/esm/lib/stats.js ***!
|
|
3761
|
+
\**************************************************************************************/
|
|
3551
3762
|
/*! exports provided: default */
|
|
3552
3763
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3553
3764
|
|
|
@@ -3638,9 +3849,9 @@ class Stats {
|
|
|
3638
3849
|
/***/ }),
|
|
3639
3850
|
|
|
3640
3851
|
/***/ "../../node_modules/@probe.gl/stats/dist/esm/utils/hi-res-timestamp.js":
|
|
3641
|
-
|
|
3642
|
-
!*** /Users/
|
|
3643
|
-
|
|
3852
|
+
/*!***************************************************************************************************!*\
|
|
3853
|
+
!*** /Users/missx/Source/luma.gl/node_modules/@probe.gl/stats/dist/esm/utils/hi-res-timestamp.js ***!
|
|
3854
|
+
\***************************************************************************************************/
|
|
3644
3855
|
/*! exports provided: default */
|
|
3645
3856
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3646
3857
|
|
|
@@ -3667,9 +3878,9 @@ function getHiResTimestamp() {
|
|
|
3667
3878
|
/***/ }),
|
|
3668
3879
|
|
|
3669
3880
|
/***/ "../../node_modules/gl-matrix/esm/common.js":
|
|
3670
|
-
|
|
3671
|
-
!*** /Users/
|
|
3672
|
-
|
|
3881
|
+
/*!************************************************************************!*\
|
|
3882
|
+
!*** /Users/missx/Source/luma.gl/node_modules/gl-matrix/esm/common.js ***!
|
|
3883
|
+
\************************************************************************/
|
|
3673
3884
|
/*! exports provided: EPSILON, ARRAY_TYPE, RANDOM, setMatrixArrayType, toRadian, equals */
|
|
3674
3885
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3675
3886
|
|
|
@@ -3735,9 +3946,9 @@ if (!Math.hypot) Math.hypot = function () {
|
|
|
3735
3946
|
/***/ }),
|
|
3736
3947
|
|
|
3737
3948
|
/***/ "../../node_modules/gl-matrix/esm/mat3.js":
|
|
3738
|
-
|
|
3739
|
-
!*** /Users/
|
|
3740
|
-
|
|
3949
|
+
/*!**********************************************************************!*\
|
|
3950
|
+
!*** /Users/missx/Source/luma.gl/node_modules/gl-matrix/esm/mat3.js ***!
|
|
3951
|
+
\**********************************************************************/
|
|
3741
3952
|
/*! exports provided: create, fromMat4, clone, copy, fromValues, set, identity, transpose, invert, adjoint, determinant, multiply, translate, rotate, scale, fromTranslation, fromRotation, fromScaling, fromMat2d, fromQuat, normalFromMat4, projection, str, frob, add, subtract, multiplyScalar, multiplyScalarAndAdd, exactEquals, equals, mul, sub */
|
|
3742
3953
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3743
3954
|
|
|
@@ -4558,9 +4769,9 @@ var sub = subtract;
|
|
|
4558
4769
|
/***/ }),
|
|
4559
4770
|
|
|
4560
4771
|
/***/ "../../node_modules/gl-matrix/esm/mat4.js":
|
|
4561
|
-
|
|
4562
|
-
!*** /Users/
|
|
4563
|
-
|
|
4772
|
+
/*!**********************************************************************!*\
|
|
4773
|
+
!*** /Users/missx/Source/luma.gl/node_modules/gl-matrix/esm/mat4.js ***!
|
|
4774
|
+
\**********************************************************************/
|
|
4564
4775
|
/*! exports provided: create, clone, copy, fromValues, set, identity, transpose, invert, adjoint, determinant, multiply, translate, scale, rotate, rotateX, rotateY, rotateZ, fromTranslation, fromScaling, fromRotation, fromXRotation, fromYRotation, fromZRotation, fromRotationTranslation, fromQuat2, getTranslation, getScaling, getRotation, fromRotationTranslationScale, fromRotationTranslationScaleOrigin, fromQuat, frustum, perspective, perspectiveFromFieldOfView, ortho, lookAt, targetTo, str, frob, add, subtract, multiplyScalar, multiplyScalarAndAdd, exactEquals, equals, mul, sub */
|
|
4565
4776
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4566
4777
|
|
|
@@ -6432,9 +6643,9 @@ var sub = subtract;
|
|
|
6432
6643
|
/***/ }),
|
|
6433
6644
|
|
|
6434
6645
|
/***/ "../../node_modules/gl-matrix/esm/quat.js":
|
|
6435
|
-
|
|
6436
|
-
!*** /Users/
|
|
6437
|
-
|
|
6646
|
+
/*!**********************************************************************!*\
|
|
6647
|
+
!*** /Users/missx/Source/luma.gl/node_modules/gl-matrix/esm/quat.js ***!
|
|
6648
|
+
\**********************************************************************/
|
|
6438
6649
|
/*! exports provided: create, identity, setAxisAngle, getAxisAngle, getAngle, multiply, rotateX, rotateY, rotateZ, calculateW, exp, ln, pow, slerp, random, invert, conjugate, fromMat3, fromEuler, str, clone, fromValues, copy, set, add, mul, scale, dot, lerp, length, len, squaredLength, sqrLen, normalize, exactEquals, equals, rotationTo, sqlerp, setAxes */
|
|
6439
6650
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
6440
6651
|
|
|
@@ -7197,9 +7408,9 @@ var setAxes = function () {
|
|
|
7197
7408
|
/***/ }),
|
|
7198
7409
|
|
|
7199
7410
|
/***/ "../../node_modules/gl-matrix/esm/vec2.js":
|
|
7200
|
-
|
|
7201
|
-
!*** /Users/
|
|
7202
|
-
|
|
7411
|
+
/*!**********************************************************************!*\
|
|
7412
|
+
!*** /Users/missx/Source/luma.gl/node_modules/gl-matrix/esm/vec2.js ***!
|
|
7413
|
+
\**********************************************************************/
|
|
7203
7414
|
/*! exports provided: create, clone, fromValues, copy, set, add, subtract, multiply, divide, ceil, floor, min, max, round, scale, scaleAndAdd, distance, squaredDistance, length, squaredLength, negate, inverse, normalize, dot, cross, lerp, random, transformMat2, transformMat2d, transformMat3, transformMat4, rotate, angle, zero, str, exactEquals, equals, len, sub, mul, div, dist, sqrDist, sqrLen, forEach */
|
|
7204
7415
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
7205
7416
|
|
|
@@ -7879,9 +8090,9 @@ var forEach = function () {
|
|
|
7879
8090
|
/***/ }),
|
|
7880
8091
|
|
|
7881
8092
|
/***/ "../../node_modules/gl-matrix/esm/vec3.js":
|
|
7882
|
-
|
|
7883
|
-
!*** /Users/
|
|
7884
|
-
|
|
8093
|
+
/*!**********************************************************************!*\
|
|
8094
|
+
!*** /Users/missx/Source/luma.gl/node_modules/gl-matrix/esm/vec3.js ***!
|
|
8095
|
+
\**********************************************************************/
|
|
7885
8096
|
/*! exports provided: create, clone, length, fromValues, copy, set, add, subtract, multiply, divide, ceil, floor, min, max, round, scale, scaleAndAdd, distance, squaredDistance, squaredLength, negate, inverse, normalize, dot, cross, lerp, hermite, bezier, random, transformMat4, transformMat3, transformQuat, rotateX, rotateY, rotateZ, angle, zero, str, exactEquals, equals, sub, mul, div, dist, sqrDist, len, sqrLen, forEach */
|
|
7886
8097
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
7887
8098
|
|
|
@@ -8727,9 +8938,9 @@ var forEach = function () {
|
|
|
8727
8938
|
/***/ }),
|
|
8728
8939
|
|
|
8729
8940
|
/***/ "../../node_modules/gl-matrix/esm/vec4.js":
|
|
8730
|
-
|
|
8731
|
-
!*** /Users/
|
|
8732
|
-
|
|
8941
|
+
/*!**********************************************************************!*\
|
|
8942
|
+
!*** /Users/missx/Source/luma.gl/node_modules/gl-matrix/esm/vec4.js ***!
|
|
8943
|
+
\**********************************************************************/
|
|
8733
8944
|
/*! exports provided: create, clone, fromValues, copy, set, add, subtract, multiply, divide, ceil, floor, min, max, round, scale, scaleAndAdd, distance, squaredDistance, length, squaredLength, negate, inverse, normalize, dot, cross, lerp, random, transformMat4, transformQuat, zero, str, exactEquals, equals, sub, mul, div, dist, sqrDist, len, sqrLen, forEach */
|
|
8734
8945
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
8735
8946
|
|
|
@@ -9443,298 +9654,10 @@ var forEach = function () {
|
|
|
9443
9654
|
|
|
9444
9655
|
/***/ }),
|
|
9445
9656
|
|
|
9446
|
-
/***/ "../../node_modules/probe.gl/dist/es5/env/get-browser.js":
|
|
9447
|
-
/*!************************************************************************************!*\
|
|
9448
|
-
!*** /Users/alasarr/dev/luma.gl/node_modules/probe.gl/dist/es5/env/get-browser.js ***!
|
|
9449
|
-
\************************************************************************************/
|
|
9450
|
-
/*! no static exports found */
|
|
9451
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
9452
|
-
|
|
9453
|
-
"use strict";
|
|
9454
|
-
|
|
9455
|
-
|
|
9456
|
-
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
|
|
9457
|
-
|
|
9458
|
-
Object.defineProperty(exports, "__esModule", {
|
|
9459
|
-
value: true
|
|
9460
|
-
});
|
|
9461
|
-
exports.isMobile = isMobile;
|
|
9462
|
-
exports.default = getBrowser;
|
|
9463
|
-
|
|
9464
|
-
var _globals = __webpack_require__(/*! ./globals */ "../../node_modules/probe.gl/dist/es5/env/globals.js");
|
|
9465
|
-
|
|
9466
|
-
var _isBrowser = _interopRequireDefault(__webpack_require__(/*! ./is-browser */ "../../node_modules/probe.gl/dist/es5/env/is-browser.js"));
|
|
9467
|
-
|
|
9468
|
-
var _isElectron = _interopRequireDefault(__webpack_require__(/*! ./is-electron */ "../../node_modules/probe.gl/dist/es5/env/is-electron.js"));
|
|
9469
|
-
|
|
9470
|
-
function isMobile() {
|
|
9471
|
-
return typeof _globals.window.orientation !== 'undefined';
|
|
9472
|
-
}
|
|
9473
|
-
|
|
9474
|
-
function getBrowser(mockUserAgent) {
|
|
9475
|
-
if (!mockUserAgent && !(0, _isBrowser.default)()) {
|
|
9476
|
-
return 'Node';
|
|
9477
|
-
}
|
|
9478
|
-
|
|
9479
|
-
if ((0, _isElectron.default)(mockUserAgent)) {
|
|
9480
|
-
return 'Electron';
|
|
9481
|
-
}
|
|
9482
|
-
|
|
9483
|
-
var navigator_ = typeof navigator !== 'undefined' ? navigator : {};
|
|
9484
|
-
var userAgent = mockUserAgent || navigator_.userAgent || '';
|
|
9485
|
-
|
|
9486
|
-
if (userAgent.indexOf('Edge') > -1) {
|
|
9487
|
-
return 'Edge';
|
|
9488
|
-
}
|
|
9489
|
-
|
|
9490
|
-
var isMSIE = userAgent.indexOf('MSIE ') !== -1;
|
|
9491
|
-
var isTrident = userAgent.indexOf('Trident/') !== -1;
|
|
9492
|
-
|
|
9493
|
-
if (isMSIE || isTrident) {
|
|
9494
|
-
return 'IE';
|
|
9495
|
-
}
|
|
9496
|
-
|
|
9497
|
-
if (_globals.window.chrome) {
|
|
9498
|
-
return 'Chrome';
|
|
9499
|
-
}
|
|
9500
|
-
|
|
9501
|
-
if (_globals.window.safari) {
|
|
9502
|
-
return 'Safari';
|
|
9503
|
-
}
|
|
9504
|
-
|
|
9505
|
-
if (_globals.window.mozInnerScreenX) {
|
|
9506
|
-
return 'Firefox';
|
|
9507
|
-
}
|
|
9508
|
-
|
|
9509
|
-
return 'Unknown';
|
|
9510
|
-
}
|
|
9511
|
-
//# sourceMappingURL=get-browser.js.map
|
|
9512
|
-
|
|
9513
|
-
/***/ }),
|
|
9514
|
-
|
|
9515
|
-
/***/ "../../node_modules/probe.gl/dist/es5/env/globals.js":
|
|
9516
|
-
/*!********************************************************************************!*\
|
|
9517
|
-
!*** /Users/alasarr/dev/luma.gl/node_modules/probe.gl/dist/es5/env/globals.js ***!
|
|
9518
|
-
\********************************************************************************/
|
|
9519
|
-
/*! no static exports found */
|
|
9520
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
9521
|
-
|
|
9522
|
-
"use strict";
|
|
9523
|
-
/* WEBPACK VAR INJECTION */(function(global, process) {
|
|
9524
|
-
|
|
9525
|
-
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
|
|
9526
|
-
|
|
9527
|
-
Object.defineProperty(exports, "__esModule", {
|
|
9528
|
-
value: true
|
|
9529
|
-
});
|
|
9530
|
-
exports.console = exports.process = exports.document = exports.global = exports.window = exports.self = void 0;
|
|
9531
|
-
|
|
9532
|
-
var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/typeof */ "../../node_modules/@babel/runtime/helpers/typeof.js"));
|
|
9533
|
-
|
|
9534
|
-
var globals = {
|
|
9535
|
-
self: typeof self !== 'undefined' && self,
|
|
9536
|
-
window: typeof window !== 'undefined' && window,
|
|
9537
|
-
global: typeof global !== 'undefined' && global,
|
|
9538
|
-
document: typeof document !== 'undefined' && document,
|
|
9539
|
-
process: (typeof process === "undefined" ? "undefined" : (0, _typeof2.default)(process)) === 'object' && process
|
|
9540
|
-
};
|
|
9541
|
-
var self_ = globals.self || globals.window || globals.global;
|
|
9542
|
-
exports.self = self_;
|
|
9543
|
-
var window_ = globals.window || globals.self || globals.global;
|
|
9544
|
-
exports.window = window_;
|
|
9545
|
-
var global_ = globals.global || globals.self || globals.window;
|
|
9546
|
-
exports.global = global_;
|
|
9547
|
-
var document_ = globals.document || {};
|
|
9548
|
-
exports.document = document_;
|
|
9549
|
-
var process_ = globals.process || {};
|
|
9550
|
-
exports.process = process_;
|
|
9551
|
-
var console_ = console;
|
|
9552
|
-
exports.console = console_;
|
|
9553
|
-
//# sourceMappingURL=globals.js.map
|
|
9554
|
-
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../webpack/buildin/global.js */ "../../node_modules/webpack/buildin/global.js"), __webpack_require__(/*! ./../../../../process/browser.js */ "../../node_modules/process/browser.js")))
|
|
9555
|
-
|
|
9556
|
-
/***/ }),
|
|
9557
|
-
|
|
9558
|
-
/***/ "../../node_modules/probe.gl/dist/es5/env/index.js":
|
|
9559
|
-
/*!******************************************************************************!*\
|
|
9560
|
-
!*** /Users/alasarr/dev/luma.gl/node_modules/probe.gl/dist/es5/env/index.js ***!
|
|
9561
|
-
\******************************************************************************/
|
|
9562
|
-
/*! no static exports found */
|
|
9563
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
9564
|
-
|
|
9565
|
-
"use strict";
|
|
9566
|
-
|
|
9567
|
-
|
|
9568
|
-
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
|
|
9569
|
-
|
|
9570
|
-
var _typeof = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "../../node_modules/@babel/runtime/helpers/typeof.js");
|
|
9571
|
-
|
|
9572
|
-
Object.defineProperty(exports, "__esModule", {
|
|
9573
|
-
value: true
|
|
9574
|
-
});
|
|
9575
|
-
Object.defineProperty(exports, "self", {
|
|
9576
|
-
enumerable: true,
|
|
9577
|
-
get: function get() {
|
|
9578
|
-
return _globals.self;
|
|
9579
|
-
}
|
|
9580
|
-
});
|
|
9581
|
-
Object.defineProperty(exports, "window", {
|
|
9582
|
-
enumerable: true,
|
|
9583
|
-
get: function get() {
|
|
9584
|
-
return _globals.window;
|
|
9585
|
-
}
|
|
9586
|
-
});
|
|
9587
|
-
Object.defineProperty(exports, "global", {
|
|
9588
|
-
enumerable: true,
|
|
9589
|
-
get: function get() {
|
|
9590
|
-
return _globals.global;
|
|
9591
|
-
}
|
|
9592
|
-
});
|
|
9593
|
-
Object.defineProperty(exports, "document", {
|
|
9594
|
-
enumerable: true,
|
|
9595
|
-
get: function get() {
|
|
9596
|
-
return _globals.document;
|
|
9597
|
-
}
|
|
9598
|
-
});
|
|
9599
|
-
Object.defineProperty(exports, "process", {
|
|
9600
|
-
enumerable: true,
|
|
9601
|
-
get: function get() {
|
|
9602
|
-
return _globals.process;
|
|
9603
|
-
}
|
|
9604
|
-
});
|
|
9605
|
-
Object.defineProperty(exports, "console", {
|
|
9606
|
-
enumerable: true,
|
|
9607
|
-
get: function get() {
|
|
9608
|
-
return _globals.console;
|
|
9609
|
-
}
|
|
9610
|
-
});
|
|
9611
|
-
Object.defineProperty(exports, "isBrowser", {
|
|
9612
|
-
enumerable: true,
|
|
9613
|
-
get: function get() {
|
|
9614
|
-
return _isBrowser.default;
|
|
9615
|
-
}
|
|
9616
|
-
});
|
|
9617
|
-
Object.defineProperty(exports, "isBrowserMainThread", {
|
|
9618
|
-
enumerable: true,
|
|
9619
|
-
get: function get() {
|
|
9620
|
-
return _isBrowser.isBrowserMainThread;
|
|
9621
|
-
}
|
|
9622
|
-
});
|
|
9623
|
-
Object.defineProperty(exports, "getBrowser", {
|
|
9624
|
-
enumerable: true,
|
|
9625
|
-
get: function get() {
|
|
9626
|
-
return _getBrowser.default;
|
|
9627
|
-
}
|
|
9628
|
-
});
|
|
9629
|
-
Object.defineProperty(exports, "isMobile", {
|
|
9630
|
-
enumerable: true,
|
|
9631
|
-
get: function get() {
|
|
9632
|
-
return _getBrowser.isMobile;
|
|
9633
|
-
}
|
|
9634
|
-
});
|
|
9635
|
-
Object.defineProperty(exports, "isElectron", {
|
|
9636
|
-
enumerable: true,
|
|
9637
|
-
get: function get() {
|
|
9638
|
-
return _isElectron.default;
|
|
9639
|
-
}
|
|
9640
|
-
});
|
|
9641
|
-
|
|
9642
|
-
var _globals = __webpack_require__(/*! ./globals */ "../../node_modules/probe.gl/dist/es5/env/globals.js");
|
|
9643
|
-
|
|
9644
|
-
var _isBrowser = _interopRequireWildcard(__webpack_require__(/*! ./is-browser */ "../../node_modules/probe.gl/dist/es5/env/is-browser.js"));
|
|
9645
|
-
|
|
9646
|
-
var _getBrowser = _interopRequireWildcard(__webpack_require__(/*! ./get-browser */ "../../node_modules/probe.gl/dist/es5/env/get-browser.js"));
|
|
9647
|
-
|
|
9648
|
-
var _isElectron = _interopRequireDefault(__webpack_require__(/*! ./is-electron */ "../../node_modules/probe.gl/dist/es5/env/is-electron.js"));
|
|
9649
|
-
|
|
9650
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
9651
|
-
|
|
9652
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
9653
|
-
//# sourceMappingURL=index.js.map
|
|
9654
|
-
|
|
9655
|
-
/***/ }),
|
|
9656
|
-
|
|
9657
|
-
/***/ "../../node_modules/probe.gl/dist/es5/env/is-browser.js":
|
|
9658
|
-
/*!***********************************************************************************!*\
|
|
9659
|
-
!*** /Users/alasarr/dev/luma.gl/node_modules/probe.gl/dist/es5/env/is-browser.js ***!
|
|
9660
|
-
\***********************************************************************************/
|
|
9661
|
-
/*! no static exports found */
|
|
9662
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
9663
|
-
|
|
9664
|
-
"use strict";
|
|
9665
|
-
/* WEBPACK VAR INJECTION */(function(process) {
|
|
9666
|
-
|
|
9667
|
-
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
|
|
9668
|
-
|
|
9669
|
-
Object.defineProperty(exports, "__esModule", {
|
|
9670
|
-
value: true
|
|
9671
|
-
});
|
|
9672
|
-
exports.default = isBrowser;
|
|
9673
|
-
exports.isBrowserMainThread = isBrowserMainThread;
|
|
9674
|
-
|
|
9675
|
-
var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/typeof */ "../../node_modules/@babel/runtime/helpers/typeof.js"));
|
|
9676
|
-
|
|
9677
|
-
var _isElectron = _interopRequireDefault(__webpack_require__(/*! ./is-electron */ "../../node_modules/probe.gl/dist/es5/env/is-electron.js"));
|
|
9678
|
-
|
|
9679
|
-
function isBrowser() {
|
|
9680
|
-
var isNode = (typeof process === "undefined" ? "undefined" : (0, _typeof2.default)(process)) === 'object' && String(process) === '[object process]' && !process.browser;
|
|
9681
|
-
return !isNode || (0, _isElectron.default)();
|
|
9682
|
-
}
|
|
9683
|
-
|
|
9684
|
-
function isBrowserMainThread() {
|
|
9685
|
-
return isBrowser() && typeof document !== 'undefined';
|
|
9686
|
-
}
|
|
9687
|
-
//# sourceMappingURL=is-browser.js.map
|
|
9688
|
-
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../process/browser.js */ "../../node_modules/process/browser.js")))
|
|
9689
|
-
|
|
9690
|
-
/***/ }),
|
|
9691
|
-
|
|
9692
|
-
/***/ "../../node_modules/probe.gl/dist/es5/env/is-electron.js":
|
|
9693
|
-
/*!************************************************************************************!*\
|
|
9694
|
-
!*** /Users/alasarr/dev/luma.gl/node_modules/probe.gl/dist/es5/env/is-electron.js ***!
|
|
9695
|
-
\************************************************************************************/
|
|
9696
|
-
/*! no static exports found */
|
|
9697
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
9698
|
-
|
|
9699
|
-
"use strict";
|
|
9700
|
-
/* WEBPACK VAR INJECTION */(function(process) {
|
|
9701
|
-
|
|
9702
|
-
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
|
|
9703
|
-
|
|
9704
|
-
Object.defineProperty(exports, "__esModule", {
|
|
9705
|
-
value: true
|
|
9706
|
-
});
|
|
9707
|
-
exports.default = isElectron;
|
|
9708
|
-
|
|
9709
|
-
var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/typeof */ "../../node_modules/@babel/runtime/helpers/typeof.js"));
|
|
9710
|
-
|
|
9711
|
-
function isElectron(mockUserAgent) {
|
|
9712
|
-
if (typeof window !== 'undefined' && (0, _typeof2.default)(window.process) === 'object' && window.process.type === 'renderer') {
|
|
9713
|
-
return true;
|
|
9714
|
-
}
|
|
9715
|
-
|
|
9716
|
-
if (typeof process !== 'undefined' && (0, _typeof2.default)(process.versions) === 'object' && Boolean(process.versions.electron)) {
|
|
9717
|
-
return true;
|
|
9718
|
-
}
|
|
9719
|
-
|
|
9720
|
-
var realUserAgent = (typeof navigator === "undefined" ? "undefined" : (0, _typeof2.default)(navigator)) === 'object' && typeof navigator.userAgent === 'string' && navigator.userAgent;
|
|
9721
|
-
var userAgent = mockUserAgent || realUserAgent;
|
|
9722
|
-
|
|
9723
|
-
if (userAgent && userAgent.indexOf('Electron') >= 0) {
|
|
9724
|
-
return true;
|
|
9725
|
-
}
|
|
9726
|
-
|
|
9727
|
-
return false;
|
|
9728
|
-
}
|
|
9729
|
-
//# sourceMappingURL=is-electron.js.map
|
|
9730
|
-
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../process/browser.js */ "../../node_modules/process/browser.js")))
|
|
9731
|
-
|
|
9732
|
-
/***/ }),
|
|
9733
|
-
|
|
9734
9657
|
/***/ "../../node_modules/probe.gl/dist/esm/env/get-browser.js":
|
|
9735
|
-
|
|
9736
|
-
!*** /Users/
|
|
9737
|
-
|
|
9658
|
+
/*!*************************************************************************************!*\
|
|
9659
|
+
!*** /Users/missx/Source/luma.gl/node_modules/probe.gl/dist/esm/env/get-browser.js ***!
|
|
9660
|
+
\*************************************************************************************/
|
|
9738
9661
|
/*! exports provided: isMobile, default */
|
|
9739
9662
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9740
9663
|
|
|
@@ -9793,9 +9716,9 @@ function getBrowser(mockUserAgent) {
|
|
|
9793
9716
|
/***/ }),
|
|
9794
9717
|
|
|
9795
9718
|
/***/ "../../node_modules/probe.gl/dist/esm/env/globals.js":
|
|
9796
|
-
|
|
9797
|
-
!*** /Users/
|
|
9798
|
-
|
|
9719
|
+
/*!*********************************************************************************!*\
|
|
9720
|
+
!*** /Users/missx/Source/luma.gl/node_modules/probe.gl/dist/esm/env/globals.js ***!
|
|
9721
|
+
\*********************************************************************************/
|
|
9799
9722
|
/*! exports provided: self, window, global, document, process, console */
|
|
9800
9723
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9801
9724
|
|
|
@@ -9827,9 +9750,9 @@ const console_ = console;
|
|
|
9827
9750
|
/***/ }),
|
|
9828
9751
|
|
|
9829
9752
|
/***/ "../../node_modules/probe.gl/dist/esm/env/is-browser.js":
|
|
9830
|
-
|
|
9831
|
-
!*** /Users/
|
|
9832
|
-
|
|
9753
|
+
/*!************************************************************************************!*\
|
|
9754
|
+
!*** /Users/missx/Source/luma.gl/node_modules/probe.gl/dist/esm/env/is-browser.js ***!
|
|
9755
|
+
\************************************************************************************/
|
|
9833
9756
|
/*! exports provided: default, isBrowserMainThread */
|
|
9834
9757
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9835
9758
|
|
|
@@ -9852,9 +9775,9 @@ function isBrowserMainThread() {
|
|
|
9852
9775
|
/***/ }),
|
|
9853
9776
|
|
|
9854
9777
|
/***/ "../../node_modules/probe.gl/dist/esm/env/is-electron.js":
|
|
9855
|
-
|
|
9856
|
-
!*** /Users/
|
|
9857
|
-
|
|
9778
|
+
/*!*************************************************************************************!*\
|
|
9779
|
+
!*** /Users/missx/Source/luma.gl/node_modules/probe.gl/dist/esm/env/is-electron.js ***!
|
|
9780
|
+
\*************************************************************************************/
|
|
9858
9781
|
/*! exports provided: default */
|
|
9859
9782
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9860
9783
|
|
|
@@ -9885,9 +9808,9 @@ function isElectron(mockUserAgent) {
|
|
|
9885
9808
|
/***/ }),
|
|
9886
9809
|
|
|
9887
9810
|
/***/ "../../node_modules/probe.gl/dist/esm/index.js":
|
|
9888
|
-
|
|
9889
|
-
!*** /Users/
|
|
9890
|
-
|
|
9811
|
+
/*!***************************************************************************!*\
|
|
9812
|
+
!*** /Users/missx/Source/luma.gl/node_modules/probe.gl/dist/esm/index.js ***!
|
|
9813
|
+
\***************************************************************************/
|
|
9891
9814
|
/*! exports provided: VERSION, self, window, global, document, process, console, isBrowser, isBrowserMainThread, getBrowser, isMobile, isElectron, assert, Log, COLOR, default, addColor, leftPad, rightPad, autobind, LocalStorage, getHiResTimestamp, Stats, Stat */
|
|
9892
9815
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9893
9816
|
|
|
@@ -9977,9 +9900,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9977
9900
|
/***/ }),
|
|
9978
9901
|
|
|
9979
9902
|
/***/ "../../node_modules/probe.gl/dist/esm/init.js":
|
|
9980
|
-
|
|
9981
|
-
!*** /Users/
|
|
9982
|
-
|
|
9903
|
+
/*!**************************************************************************!*\
|
|
9904
|
+
!*** /Users/missx/Source/luma.gl/node_modules/probe.gl/dist/esm/init.js ***!
|
|
9905
|
+
\**************************************************************************/
|
|
9983
9906
|
/*! no exports provided */
|
|
9984
9907
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9985
9908
|
|
|
@@ -9993,9 +9916,9 @@ _utils_globals__WEBPACK_IMPORTED_MODULE_0__["global"].probe = {};
|
|
|
9993
9916
|
/***/ }),
|
|
9994
9917
|
|
|
9995
9918
|
/***/ "../../node_modules/probe.gl/dist/esm/lib/log.js":
|
|
9996
|
-
|
|
9997
|
-
!*** /Users/
|
|
9998
|
-
|
|
9919
|
+
/*!*****************************************************************************!*\
|
|
9920
|
+
!*** /Users/missx/Source/luma.gl/node_modules/probe.gl/dist/esm/lib/log.js ***!
|
|
9921
|
+
\*****************************************************************************/
|
|
9999
9922
|
/*! exports provided: default, normalizeArguments */
|
|
10000
9923
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
10001
9924
|
|
|
@@ -10428,9 +10351,9 @@ function logImageInBrowser({
|
|
|
10428
10351
|
/***/ }),
|
|
10429
10352
|
|
|
10430
10353
|
/***/ "../../node_modules/probe.gl/dist/esm/utils/assert.js":
|
|
10431
|
-
|
|
10432
|
-
!*** /Users/
|
|
10433
|
-
|
|
10354
|
+
/*!**********************************************************************************!*\
|
|
10355
|
+
!*** /Users/missx/Source/luma.gl/node_modules/probe.gl/dist/esm/utils/assert.js ***!
|
|
10356
|
+
\**********************************************************************************/
|
|
10434
10357
|
/*! exports provided: default */
|
|
10435
10358
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
10436
10359
|
|
|
@@ -10447,9 +10370,9 @@ function assert(condition, message) {
|
|
|
10447
10370
|
/***/ }),
|
|
10448
10371
|
|
|
10449
10372
|
/***/ "../../node_modules/probe.gl/dist/esm/utils/autobind.js":
|
|
10450
|
-
|
|
10451
|
-
!*** /Users/
|
|
10452
|
-
|
|
10373
|
+
/*!************************************************************************************!*\
|
|
10374
|
+
!*** /Users/missx/Source/luma.gl/node_modules/probe.gl/dist/esm/utils/autobind.js ***!
|
|
10375
|
+
\************************************************************************************/
|
|
10453
10376
|
/*! exports provided: autobind */
|
|
10454
10377
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
10455
10378
|
|
|
@@ -10473,9 +10396,9 @@ function autobind(obj, predefined = ['constructor']) {
|
|
|
10473
10396
|
/***/ }),
|
|
10474
10397
|
|
|
10475
10398
|
/***/ "../../node_modules/probe.gl/dist/esm/utils/color.js":
|
|
10476
|
-
|
|
10477
|
-
!*** /Users/
|
|
10478
|
-
|
|
10399
|
+
/*!*********************************************************************************!*\
|
|
10400
|
+
!*** /Users/missx/Source/luma.gl/node_modules/probe.gl/dist/esm/utils/color.js ***!
|
|
10401
|
+
\*********************************************************************************/
|
|
10479
10402
|
/*! exports provided: COLOR, addColor */
|
|
10480
10403
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
10481
10404
|
|
|
@@ -10528,9 +10451,9 @@ function addColor(string, color, background) {
|
|
|
10528
10451
|
/***/ }),
|
|
10529
10452
|
|
|
10530
10453
|
/***/ "../../node_modules/probe.gl/dist/esm/utils/formatters.js":
|
|
10531
|
-
|
|
10532
|
-
!*** /Users/
|
|
10533
|
-
|
|
10454
|
+
/*!**************************************************************************************!*\
|
|
10455
|
+
!*** /Users/missx/Source/luma.gl/node_modules/probe.gl/dist/esm/utils/formatters.js ***!
|
|
10456
|
+
\**************************************************************************************/
|
|
10534
10457
|
/*! exports provided: formatTime, leftPad, rightPad, formatValue, formatImage */
|
|
10535
10458
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
10536
10459
|
|
|
@@ -10631,9 +10554,9 @@ function formatImage(image, message, scale, maxWidth = 600) {
|
|
|
10631
10554
|
/***/ }),
|
|
10632
10555
|
|
|
10633
10556
|
/***/ "../../node_modules/probe.gl/dist/esm/utils/globals.js":
|
|
10634
|
-
|
|
10635
|
-
!*** /Users/
|
|
10636
|
-
|
|
10557
|
+
/*!***********************************************************************************!*\
|
|
10558
|
+
!*** /Users/missx/Source/luma.gl/node_modules/probe.gl/dist/esm/utils/globals.js ***!
|
|
10559
|
+
\***********************************************************************************/
|
|
10637
10560
|
/*! exports provided: self, window, global, document, process, console, VERSION, isBrowser */
|
|
10638
10561
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
10639
10562
|
|
|
@@ -10657,16 +10580,16 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10657
10580
|
|
|
10658
10581
|
|
|
10659
10582
|
|
|
10660
|
-
const VERSION = true ? "8.5.
|
|
10583
|
+
const VERSION = true ? "8.5.10" : undefined;
|
|
10661
10584
|
const isBrowser = Object(_env_is_browser__WEBPACK_IMPORTED_MODULE_0__["default"])();
|
|
10662
10585
|
//# sourceMappingURL=globals.js.map
|
|
10663
10586
|
|
|
10664
10587
|
/***/ }),
|
|
10665
10588
|
|
|
10666
10589
|
/***/ "../../node_modules/probe.gl/dist/esm/utils/hi-res-timestamp.js":
|
|
10667
|
-
|
|
10668
|
-
!*** /Users/
|
|
10669
|
-
|
|
10590
|
+
/*!********************************************************************************************!*\
|
|
10591
|
+
!*** /Users/missx/Source/luma.gl/node_modules/probe.gl/dist/esm/utils/hi-res-timestamp.js ***!
|
|
10592
|
+
\********************************************************************************************/
|
|
10670
10593
|
/*! exports provided: default */
|
|
10671
10594
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
10672
10595
|
|
|
@@ -10694,9 +10617,9 @@ function getHiResTimestamp() {
|
|
|
10694
10617
|
/***/ }),
|
|
10695
10618
|
|
|
10696
10619
|
/***/ "../../node_modules/probe.gl/dist/esm/utils/local-storage.js":
|
|
10697
|
-
|
|
10698
|
-
!*** /Users/
|
|
10699
|
-
|
|
10620
|
+
/*!*****************************************************************************************!*\
|
|
10621
|
+
!*** /Users/missx/Source/luma.gl/node_modules/probe.gl/dist/esm/utils/local-storage.js ***!
|
|
10622
|
+
\*****************************************************************************************/
|
|
10700
10623
|
/*! exports provided: default */
|
|
10701
10624
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
10702
10625
|
|
|
@@ -10760,26 +10683,12 @@ class LocalStorage {
|
|
|
10760
10683
|
}
|
|
10761
10684
|
//# sourceMappingURL=local-storage.js.map
|
|
10762
10685
|
|
|
10763
|
-
/***/ }),
|
|
10764
|
-
|
|
10765
|
-
/***/ "../../node_modules/probe.gl/env.js":
|
|
10766
|
-
/*!***************************************************************!*\
|
|
10767
|
-
!*** /Users/alasarr/dev/luma.gl/node_modules/probe.gl/env.js ***!
|
|
10768
|
-
\***************************************************************/
|
|
10769
|
-
/*! no static exports found */
|
|
10770
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
10771
|
-
|
|
10772
|
-
// This file enables: import 'probe.gl/bench'.
|
|
10773
|
-
// Note: Must be published using package.json "files" field
|
|
10774
|
-
module.exports = __webpack_require__(/*! ./dist/es5/env */ "../../node_modules/probe.gl/dist/es5/env/index.js");
|
|
10775
|
-
|
|
10776
|
-
|
|
10777
10686
|
/***/ }),
|
|
10778
10687
|
|
|
10779
10688
|
/***/ "../../node_modules/process/browser.js":
|
|
10780
|
-
|
|
10781
|
-
!*** /Users/
|
|
10782
|
-
|
|
10689
|
+
/*!*******************************************************************!*\
|
|
10690
|
+
!*** /Users/missx/Source/luma.gl/node_modules/process/browser.js ***!
|
|
10691
|
+
\*******************************************************************/
|
|
10783
10692
|
/*! no static exports found */
|
|
10784
10693
|
/***/ (function(module, exports) {
|
|
10785
10694
|
|
|
@@ -11865,8 +11774,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11865
11774
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getContextDebugInfo", function() { return getContextDebugInfo; });
|
|
11866
11775
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "resizeGLContext", function() { return resizeGLContext; });
|
|
11867
11776
|
/* harmony import */ var _luma_gl_constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @luma.gl/constants */ "../constants/src/index.js");
|
|
11868
|
-
/* harmony import */ var
|
|
11869
|
-
/* harmony import */ var probe_gl_env__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(probe_gl_env__WEBPACK_IMPORTED_MODULE_1__);
|
|
11777
|
+
/* harmony import */ var _probe_gl_env__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @probe.gl/env */ "../../node_modules/@probe.gl/env/dist/esm/index.js");
|
|
11870
11778
|
/* harmony import */ var _state_tracker_track_context_state__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../state-tracker/track-context-state */ "../gltools/src/state-tracker/track-context-state.js");
|
|
11871
11779
|
/* harmony import */ var _utils_log__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../utils/log */ "../gltools/src/utils/log.js");
|
|
11872
11780
|
/* harmony import */ var _utils_assert__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../utils/assert */ "../gltools/src/utils/assert.js");
|
|
@@ -11886,7 +11794,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11886
11794
|
|
|
11887
11795
|
|
|
11888
11796
|
|
|
11889
|
-
const isBrowser = Object(
|
|
11797
|
+
const isBrowser = Object(_probe_gl_env__WEBPACK_IMPORTED_MODULE_1__["isBrowser"])();
|
|
11890
11798
|
const isPage = isBrowser && typeof document !== 'undefined';
|
|
11891
11799
|
|
|
11892
11800
|
const CONTEXT_DEFAULTS = {
|
|
@@ -11985,11 +11893,11 @@ function instrumentGLContext(gl, options = {}) {
|
|
|
11985
11893
|
// Add debug instrumentation to the context
|
|
11986
11894
|
if (isBrowser && debug) {
|
|
11987
11895
|
// @ts-ignore
|
|
11988
|
-
if (!
|
|
11896
|
+
if (!globalThis.makeDebugContext) {
|
|
11989
11897
|
_utils_log__WEBPACK_IMPORTED_MODULE_3__["log"].warn('WebGL debug mode not activated. import "@luma.gl/debug" to enable.')();
|
|
11990
11898
|
} else {
|
|
11991
11899
|
// @ts-ignore
|
|
11992
|
-
gl =
|
|
11900
|
+
gl = globalThis.makeDebugContext(gl, options);
|
|
11993
11901
|
// Debug forces log level to at least 1
|
|
11994
11902
|
_utils_log__WEBPACK_IMPORTED_MODULE_3__["log"].level = Math.max(_utils_log__WEBPACK_IMPORTED_MODULE_3__["log"].level, 1);
|
|
11995
11903
|
}
|
|
@@ -12395,7 +12303,7 @@ function getParameterPolyfill(gl, originalGetParameter, pname) {
|
|
|
12395
12303
|
|
|
12396
12304
|
"use strict";
|
|
12397
12305
|
__webpack_require__.r(__webpack_exports__);
|
|
12398
|
-
/*
|
|
12306
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "polyfillContext", function() { return polyfillContext; });
|
|
12399
12307
|
/* harmony import */ var _polyfill_vertex_array_object__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./polyfill-vertex-array-object */ "../gltools/src/polyfill/polyfill-vertex-array-object.js");
|
|
12400
12308
|
/* harmony import */ var _utils_assert__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/assert */ "../gltools/src/utils/assert.js");
|
|
12401
12309
|
/* harmony import */ var _polyfill_table__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./polyfill-table */ "../gltools/src/polyfill/polyfill-table.js");
|
|
@@ -12437,9 +12345,8 @@ function polyfillContext(gl) {
|
|
|
12437
12345
|
}
|
|
12438
12346
|
|
|
12439
12347
|
// TODO - is this still required?
|
|
12440
|
-
const global_ = typeof global !== 'undefined' ? global : window;
|
|
12441
12348
|
// @ts-ignore
|
|
12442
|
-
|
|
12349
|
+
globalThis.polyfillContext = polyfillContext;
|
|
12443
12350
|
|
|
12444
12351
|
function initializeExtensions(gl) {
|
|
12445
12352
|
gl.luma.extensions = {};
|
|
@@ -12504,7 +12411,6 @@ function polyfillExtension(gl, {extension, target, target2}) {
|
|
|
12504
12411
|
}
|
|
12505
12412
|
}
|
|
12506
12413
|
|
|
12507
|
-
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../node_modules/webpack/buildin/global.js */ "../../node_modules/webpack/buildin/global.js")))
|
|
12508
12414
|
|
|
12509
12415
|
/***/ }),
|
|
12510
12416
|
|
|
@@ -12699,8 +12605,6 @@ const WEBGL2_CONTEXT_OVERRIDES = {
|
|
|
12699
12605
|
"use strict";
|
|
12700
12606
|
__webpack_require__.r(__webpack_exports__);
|
|
12701
12607
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "polyfillVertexArrayObject", function() { return polyfillVertexArrayObject; });
|
|
12702
|
-
/* harmony import */ var probe_gl_env__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! probe.gl/env */ "../../node_modules/probe.gl/env.js");
|
|
12703
|
-
/* harmony import */ var probe_gl_env__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(probe_gl_env__WEBPACK_IMPORTED_MODULE_0__);
|
|
12704
12608
|
/*
|
|
12705
12609
|
** Copyright (c) 2015 The Khronos Group Inc.
|
|
12706
12610
|
**
|
|
@@ -12729,19 +12633,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12729
12633
|
|
|
12730
12634
|
// @ts-nocheck external code
|
|
12731
12635
|
|
|
12732
|
-
|
|
12733
|
-
|
|
12734
12636
|
const glErrorShadow = {};
|
|
12735
12637
|
|
|
12736
12638
|
function error(msg) {
|
|
12737
|
-
if (
|
|
12738
|
-
|
|
12639
|
+
if (globalThis.console && globalThis.console.error) {
|
|
12640
|
+
globalThis.console.error(msg);
|
|
12739
12641
|
}
|
|
12740
12642
|
}
|
|
12741
12643
|
|
|
12742
12644
|
function log(msg) {
|
|
12743
|
-
if (
|
|
12744
|
-
|
|
12645
|
+
if (globalThis.console && globalThis.console.log) {
|
|
12646
|
+
globalThis.console.log(msg);
|
|
12745
12647
|
}
|
|
12746
12648
|
}
|
|
12747
12649
|
|
|
@@ -13075,7 +12977,7 @@ function polyfillVertexArrayObject(gl) {
|
|
|
13075
12977
|
|
|
13076
12978
|
"use strict";
|
|
13077
12979
|
__webpack_require__.r(__webpack_exports__);
|
|
13078
|
-
/*
|
|
12980
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "trackContextState", function() { return trackContextState; });
|
|
13079
12981
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pushContextState", function() { return pushContextState; });
|
|
13080
12982
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "popContextState", function() { return popContextState; });
|
|
13081
12983
|
/* harmony import */ var _webgl_parameter_tables__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./webgl-parameter-tables */ "../gltools/src/state-tracker/webgl-parameter-tables.js");
|
|
@@ -13250,9 +13152,8 @@ function trackContextState(gl, options = {}) {
|
|
|
13250
13152
|
Object(_utils_assert__WEBPACK_IMPORTED_MODULE_2__["assert"])(copyState !== undefined);
|
|
13251
13153
|
// @ts-ignore
|
|
13252
13154
|
if (!gl.state) {
|
|
13253
|
-
const global_ = typeof global !== 'undefined' ? global : window;
|
|
13254
13155
|
// @ts-ignore
|
|
13255
|
-
const {polyfillContext} =
|
|
13156
|
+
const {polyfillContext} = globalThis;
|
|
13256
13157
|
if (polyfillContext) {
|
|
13257
13158
|
polyfillContext(gl);
|
|
13258
13159
|
}
|
|
@@ -13304,7 +13205,6 @@ function popContextState(gl) {
|
|
|
13304
13205
|
gl.state.pop();
|
|
13305
13206
|
}
|
|
13306
13207
|
|
|
13307
|
-
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../node_modules/webpack/buildin/global.js */ "../../node_modules/webpack/buildin/global.js")))
|
|
13308
13208
|
|
|
13309
13209
|
/***/ }),
|
|
13310
13210
|
|
|
@@ -24006,14 +23906,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
24006
23906
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return Texture; });
|
|
24007
23907
|
/* harmony import */ var _luma_gl_constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @luma.gl/constants */ "../constants/src/index.js");
|
|
24008
23908
|
/* harmony import */ var _luma_gl_gltools__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @luma.gl/gltools */ "../gltools/src/index.js");
|
|
24009
|
-
/* harmony import */ var
|
|
24010
|
-
/* harmony import */ var
|
|
24011
|
-
/* harmony import */ var
|
|
24012
|
-
/* harmony import */ var
|
|
24013
|
-
/* harmony import */ var
|
|
24014
|
-
/* harmony import */ var _utils_assert__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../utils/assert */ "../webgl/src/utils/assert.js");
|
|
24015
|
-
/* harmony import */ var _utils_utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../utils/utils */ "../webgl/src/utils/utils.js");
|
|
24016
|
-
|
|
23909
|
+
/* harmony import */ var _resource__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./resource */ "../webgl/src/classes/resource.js");
|
|
23910
|
+
/* harmony import */ var _buffer__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./buffer */ "../webgl/src/classes/buffer.js");
|
|
23911
|
+
/* harmony import */ var _texture_formats__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./texture-formats */ "../webgl/src/classes/texture-formats.js");
|
|
23912
|
+
/* harmony import */ var _utils_assert__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../utils/assert */ "../webgl/src/utils/assert.js");
|
|
23913
|
+
/* harmony import */ var _utils_utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../utils/utils */ "../webgl/src/utils/utils.js");
|
|
24017
23914
|
|
|
24018
23915
|
|
|
24019
23916
|
|
|
@@ -24028,15 +23925,15 @@ const NPOT_MIN_FILTERS = [_luma_gl_constants__WEBPACK_IMPORTED_MODULE_0__["defau
|
|
|
24028
23925
|
|
|
24029
23926
|
// Polyfill
|
|
24030
23927
|
// Note (Tarek): Do we really need to support this API?
|
|
24031
|
-
const WebGLBuffer =
|
|
23928
|
+
const WebGLBuffer = globalThis.WebGLBuffer || function WebGLBuffer() {};
|
|
24032
23929
|
|
|
24033
|
-
class Texture extends
|
|
23930
|
+
class Texture extends _resource__WEBPACK_IMPORTED_MODULE_2__["default"] {
|
|
24034
23931
|
static isSupported(gl, opts = {}) {
|
|
24035
23932
|
const {format, linearFiltering} = opts;
|
|
24036
23933
|
let supported = true;
|
|
24037
23934
|
if (format) {
|
|
24038
|
-
supported = supported && Object(
|
|
24039
|
-
supported = supported && (!linearFiltering || Object(
|
|
23935
|
+
supported = supported && Object(_texture_formats__WEBPACK_IMPORTED_MODULE_4__["isFormatSupported"])(gl, format);
|
|
23936
|
+
supported = supported && (!linearFiltering || Object(_texture_formats__WEBPACK_IMPORTED_MODULE_4__["isLinearFilteringSupported"])(gl, format));
|
|
24040
23937
|
}
|
|
24041
23938
|
return supported;
|
|
24042
23939
|
}
|
|
@@ -24053,7 +23950,7 @@ class Texture extends _resource__WEBPACK_IMPORTED_MODULE_3__["default"] {
|
|
|
24053
23950
|
// (while run-time).
|
|
24054
23951
|
constructor(gl, props) {
|
|
24055
23952
|
const {
|
|
24056
|
-
id = Object(
|
|
23953
|
+
id = Object(_utils_utils__WEBPACK_IMPORTED_MODULE_6__["uid"])('texture'),
|
|
24057
23954
|
handle,
|
|
24058
23955
|
target
|
|
24059
23956
|
// , magFilter, minFilter, wrapS, wrapT
|
|
@@ -24371,7 +24268,7 @@ class Texture extends _resource__WEBPACK_IMPORTED_MODULE_3__["default"] {
|
|
|
24371
24268
|
|
|
24372
24269
|
break;
|
|
24373
24270
|
default:
|
|
24374
|
-
Object(
|
|
24271
|
+
Object(_utils_assert__WEBPACK_IMPORTED_MODULE_5__["assert"])(false, 'Unknown image data type');
|
|
24375
24272
|
}
|
|
24376
24273
|
});
|
|
24377
24274
|
|
|
@@ -24379,8 +24276,8 @@ class Texture extends _resource__WEBPACK_IMPORTED_MODULE_3__["default"] {
|
|
|
24379
24276
|
this._trackAllocatedMemory(data.byteLength, 'Texture');
|
|
24380
24277
|
} else {
|
|
24381
24278
|
// NOTE(Tarek): Default to RGBA bytes
|
|
24382
|
-
const channels =
|
|
24383
|
-
const channelSize =
|
|
24279
|
+
const channels = _texture_formats__WEBPACK_IMPORTED_MODULE_4__["DATA_FORMAT_CHANNELS"][this.dataFormat] || 4;
|
|
24280
|
+
const channelSize = _texture_formats__WEBPACK_IMPORTED_MODULE_4__["TYPE_SIZES"][this.type] || 1;
|
|
24384
24281
|
|
|
24385
24282
|
this._trackAllocatedMemory(this.width * this.height * channels * channelSize, 'Texture');
|
|
24386
24283
|
}
|
|
@@ -24446,7 +24343,7 @@ class Texture extends _resource__WEBPACK_IMPORTED_MODULE_3__["default"] {
|
|
|
24446
24343
|
height
|
|
24447
24344
|
}));
|
|
24448
24345
|
|
|
24449
|
-
Object(
|
|
24346
|
+
Object(_utils_assert__WEBPACK_IMPORTED_MODULE_5__["assert"])(this.depth === 0, 'texSubImage not supported for 3D textures');
|
|
24450
24347
|
|
|
24451
24348
|
// pixels variable is for API compatibility purpose
|
|
24452
24349
|
if (!data) {
|
|
@@ -24462,7 +24359,7 @@ class Texture extends _resource__WEBPACK_IMPORTED_MODULE_3__["default"] {
|
|
|
24462
24359
|
}
|
|
24463
24360
|
|
|
24464
24361
|
// Support buffers
|
|
24465
|
-
if (data instanceof
|
|
24362
|
+
if (data instanceof _buffer__WEBPACK_IMPORTED_MODULE_3__["default"]) {
|
|
24466
24363
|
data = data.handle;
|
|
24467
24364
|
}
|
|
24468
24365
|
|
|
@@ -24564,7 +24461,7 @@ class Texture extends _resource__WEBPACK_IMPORTED_MODULE_3__["default"] {
|
|
|
24564
24461
|
if (ArrayBuffer.isView(data)) {
|
|
24565
24462
|
return {data, dataType: 'typed-array'};
|
|
24566
24463
|
}
|
|
24567
|
-
if (data instanceof
|
|
24464
|
+
if (data instanceof _buffer__WEBPACK_IMPORTED_MODULE_3__["default"]) {
|
|
24568
24465
|
return {data: data.handle, dataType: 'buffer'};
|
|
24569
24466
|
}
|
|
24570
24467
|
if (data instanceof WebGLBuffer) {
|
|
@@ -24656,7 +24553,7 @@ class Texture extends _resource__WEBPACK_IMPORTED_MODULE_3__["default"] {
|
|
|
24656
24553
|
let {width, height, dataFormat, type, compressed} = opts;
|
|
24657
24554
|
|
|
24658
24555
|
// Deduce format and type from format
|
|
24659
|
-
const textureFormat =
|
|
24556
|
+
const textureFormat = _texture_formats__WEBPACK_IMPORTED_MODULE_4__["TEXTURE_FORMATS"][format];
|
|
24660
24557
|
dataFormat = dataFormat || (textureFormat && textureFormat.dataFormat);
|
|
24661
24558
|
type = type || (textureFormat && textureFormat.types[0]);
|
|
24662
24559
|
|
|
@@ -24688,12 +24585,12 @@ class Texture extends _resource__WEBPACK_IMPORTED_MODULE_3__["default"] {
|
|
|
24688
24585
|
size = {width, height};
|
|
24689
24586
|
}
|
|
24690
24587
|
|
|
24691
|
-
Object(
|
|
24692
|
-
Object(
|
|
24588
|
+
Object(_utils_assert__WEBPACK_IMPORTED_MODULE_5__["assert"])(size, 'Could not deduced texture size');
|
|
24589
|
+
Object(_utils_assert__WEBPACK_IMPORTED_MODULE_5__["assert"])(
|
|
24693
24590
|
width === undefined || size.width === width,
|
|
24694
24591
|
'Deduced texture width does not match supplied width'
|
|
24695
24592
|
);
|
|
24696
|
-
Object(
|
|
24593
|
+
Object(_utils_assert__WEBPACK_IMPORTED_MODULE_5__["assert"])(
|
|
24697
24594
|
height === undefined || size.height === height,
|
|
24698
24595
|
'Deduced texture height does not match supplied height'
|
|
24699
24596
|
);
|
|
@@ -24743,7 +24640,7 @@ class Texture extends _resource__WEBPACK_IMPORTED_MODULE_3__["default"] {
|
|
|
24743
24640
|
|
|
24744
24641
|
case _luma_gl_constants__WEBPACK_IMPORTED_MODULE_0__["default"].TEXTURE_WIDTH:
|
|
24745
24642
|
case _luma_gl_constants__WEBPACK_IMPORTED_MODULE_0__["default"].TEXTURE_HEIGHT:
|
|
24746
|
-
Object(
|
|
24643
|
+
Object(_utils_assert__WEBPACK_IMPORTED_MODULE_5__["assert"])(false);
|
|
24747
24644
|
break;
|
|
24748
24645
|
|
|
24749
24646
|
default:
|
|
@@ -24764,7 +24661,7 @@ class Texture extends _resource__WEBPACK_IMPORTED_MODULE_3__["default"] {
|
|
|
24764
24661
|
if (!this.width || !this.height) {
|
|
24765
24662
|
return false;
|
|
24766
24663
|
}
|
|
24767
|
-
return !Object(
|
|
24664
|
+
return !Object(_utils_utils__WEBPACK_IMPORTED_MODULE_6__["isPowerOfTwo"])(this.width) || !Object(_utils_utils__WEBPACK_IMPORTED_MODULE_6__["isPowerOfTwo"])(this.height);
|
|
24768
24665
|
}
|
|
24769
24666
|
|
|
24770
24667
|
// Update default settings which are not supported by NPOT textures.
|
|
@@ -27558,8 +27455,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27558
27455
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lumaStats", function() { return lumaStats; });
|
|
27559
27456
|
/* harmony import */ var _luma_gl_gltools__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @luma.gl/gltools */ "../gltools/src/index.js");
|
|
27560
27457
|
/* harmony import */ var probe_gl__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! probe.gl */ "../../node_modules/probe.gl/dist/esm/index.js");
|
|
27561
|
-
/* harmony import */ var
|
|
27562
|
-
/* harmony import */ var probe_gl_env__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(probe_gl_env__WEBPACK_IMPORTED_MODULE_2__);
|
|
27458
|
+
/* harmony import */ var _probe_gl_env__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @probe.gl/env */ "../../node_modules/@probe.gl/env/dist/esm/index.js");
|
|
27563
27459
|
|
|
27564
27460
|
|
|
27565
27461
|
|
|
@@ -27567,7 +27463,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27567
27463
|
// Version detection using babel plugin
|
|
27568
27464
|
/* global __VERSION__ */
|
|
27569
27465
|
// @ts-ignore
|
|
27570
|
-
const VERSION = true ? "8.5.
|
|
27466
|
+
const VERSION = true ? "8.5.10" : undefined;
|
|
27571
27467
|
|
|
27572
27468
|
const STARTUP_MESSAGE = 'set luma.log.level=1 (or higher) to trace rendering';
|
|
27573
27469
|
// Assign luma.log.level in console to control logging: \
|
|
@@ -27590,16 +27486,16 @@ class StatsManager {
|
|
|
27590
27486
|
|
|
27591
27487
|
const lumaStats = new StatsManager();
|
|
27592
27488
|
|
|
27593
|
-
if (
|
|
27594
|
-
throw new Error(`luma.gl - multiple VERSIONs detected: ${
|
|
27489
|
+
if (globalThis.luma && globalThis.luma.VERSION !== VERSION) {
|
|
27490
|
+
throw new Error(`luma.gl - multiple VERSIONs detected: ${globalThis.luma.VERSION} vs ${VERSION}`);
|
|
27595
27491
|
}
|
|
27596
27492
|
|
|
27597
|
-
if (!
|
|
27598
|
-
if (Object(
|
|
27493
|
+
if (!globalThis.luma) {
|
|
27494
|
+
if (Object(_probe_gl_env__WEBPACK_IMPORTED_MODULE_2__["isBrowser"])()) {
|
|
27599
27495
|
_luma_gl_gltools__WEBPACK_IMPORTED_MODULE_0__["log"].log(1, `luma.gl ${VERSION} - ${STARTUP_MESSAGE}`)();
|
|
27600
27496
|
}
|
|
27601
27497
|
|
|
27602
|
-
|
|
27498
|
+
globalThis.luma = globalThis.luma || {
|
|
27603
27499
|
VERSION,
|
|
27604
27500
|
version: VERSION,
|
|
27605
27501
|
log: _luma_gl_gltools__WEBPACK_IMPORTED_MODULE_0__["log"],
|
|
@@ -27621,7 +27517,7 @@ if (!probe_gl_env__WEBPACK_IMPORTED_MODULE_2__["global"].luma) {
|
|
|
27621
27517
|
}
|
|
27622
27518
|
|
|
27623
27519
|
|
|
27624
|
-
/* harmony default export */ __webpack_exports__["default"] = (
|
|
27520
|
+
/* harmony default export */ __webpack_exports__["default"] = (globalThis.luma);
|
|
27625
27521
|
|
|
27626
27522
|
|
|
27627
27523
|
/***/ }),
|
|
@@ -28758,15 +28654,13 @@ class Timeline {
|
|
|
28758
28654
|
/*! no static exports found */
|
|
28759
28655
|
/***/ (function(module, exports, __webpack_require__) {
|
|
28760
28656
|
|
|
28761
|
-
|
|
28657
|
+
const moduleExports = __webpack_require__(/*! ./index */ "./src/index.js");
|
|
28762
28658
|
|
|
28763
|
-
const _global = typeof window === 'undefined' ? global : window;
|
|
28764
28659
|
// @ts-ignore
|
|
28765
|
-
|
|
28660
|
+
globalThis.luma = globalThis.luma || {};
|
|
28766
28661
|
// @ts-ignore
|
|
28767
|
-
module.exports = Object.assign(
|
|
28662
|
+
module.exports = Object.assign(globalThis.luma, moduleExports);
|
|
28768
28663
|
|
|
28769
|
-
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../node_modules/webpack/buildin/global.js */ "../../node_modules/webpack/buildin/global.js")))
|
|
28770
28664
|
|
|
28771
28665
|
/***/ }),
|
|
28772
28666
|
|
|
@@ -29788,15 +29682,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29788
29682
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return AnimationLoop; });
|
|
29789
29683
|
/* harmony import */ var _luma_gl_gltools__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @luma.gl/gltools */ "../gltools/src/index.js");
|
|
29790
29684
|
/* harmony import */ var _luma_gl_webgl__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @luma.gl/webgl */ "../webgl/src/index.js");
|
|
29791
|
-
/* harmony import */ var
|
|
29792
|
-
/* harmony import */ var probe_gl_env__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(probe_gl_env__WEBPACK_IMPORTED_MODULE_2__);
|
|
29685
|
+
/* harmony import */ var _probe_gl_env__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @probe.gl/env */ "../../node_modules/@probe.gl/env/dist/esm/index.js");
|
|
29793
29686
|
|
|
29794
29687
|
|
|
29795
29688
|
|
|
29796
29689
|
|
|
29797
29690
|
|
|
29798
29691
|
|
|
29799
|
-
const isPage = Object(
|
|
29692
|
+
const isPage = Object(_probe_gl_env__WEBPACK_IMPORTED_MODULE_2__["isBrowser"])() && typeof document !== 'undefined';
|
|
29800
29693
|
|
|
29801
29694
|
let statIdCounter = 0;
|
|
29802
29695
|
|