|
@@ -97,10 +97,10 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
/******/ ({
|
|
|
|
|
|
/***/ "../../node_modules/tslib/tslib.es6.js":
|
|
|
-/*!***********************************************************!*\
|
|
|
- !*** E:/Repos/Babylon.js/node_modules/tslib/tslib.es6.js ***!
|
|
|
- \***********************************************************/
|
|
|
-/*! exports provided: __extends, __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __exportStar, __values, __read, __spread, __spreadArrays, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault */
|
|
|
+/*!*****************************************************************!*\
|
|
|
+ !*** C:/Dev/Babylon/Babylon.js/node_modules/tslib/tslib.es6.js ***!
|
|
|
+ \*****************************************************************/
|
|
|
+/*! exports provided: __extends, __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet */
|
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
|
|
"use strict";
|
|
@@ -113,6 +113,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__metadata", function() { return __metadata; });
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__awaiter", function() { return __awaiter; });
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__generator", function() { return __generator; });
|
|
|
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__createBinding", function() { return __createBinding; });
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__exportStar", function() { return __exportStar; });
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__values", function() { return __values; });
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__read", function() { return __read; });
|
|
@@ -125,19 +126,21 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__makeTemplateObject", function() { return __makeTemplateObject; });
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__importStar", function() { return __importStar; });
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__importDefault", function() { return __importDefault; });
|
|
|
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__classPrivateFieldGet", function() { return __classPrivateFieldGet; });
|
|
|
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__classPrivateFieldSet", function() { return __classPrivateFieldSet; });
|
|
|
/*! *****************************************************************************
|
|
|
-Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
-Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
|
-this file except in compliance with the License. You may obtain a copy of the
|
|
|
-License at http://www.apache.org/licenses/LICENSE-2.0
|
|
|
-
|
|
|
-THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
-KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
|
-WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
|
-MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
|
-
|
|
|
-See the Apache Version 2.0 License for specific language governing permissions
|
|
|
-and limitations under the License.
|
|
|
+Copyright (c) Microsoft Corporation.
|
|
|
+
|
|
|
+Permission to use, copy, modify, and/or distribute this software for any
|
|
|
+purpose with or without fee is hereby granted.
|
|
|
+
|
|
|
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
|
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
|
+AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
|
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
+PERFORMANCE OF THIS SOFTWARE.
|
|
|
***************************************************************************** */
|
|
|
/* global Reflect, Promise */
|
|
|
|
|
@@ -193,10 +196,11 @@ function __metadata(metadataKey, metadataValue) {
|
|
|
}
|
|
|
|
|
|
function __awaiter(thisArg, _arguments, P, generator) {
|
|
|
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
|
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
|
- function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
|
|
|
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
|
});
|
|
|
}
|
|
@@ -229,19 +233,28 @@ function __generator(thisArg, body) {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+var __createBinding = Object.create ? (function(o, m, k, k2) {
|
|
|
+ if (k2 === undefined) k2 = k;
|
|
|
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
|
+}) : (function(o, m, k, k2) {
|
|
|
+ if (k2 === undefined) k2 = k;
|
|
|
+ o[k2] = m[k];
|
|
|
+});
|
|
|
+
|
|
|
function __exportStar(m, exports) {
|
|
|
- for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
|
+ for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
|
|
|
}
|
|
|
|
|
|
function __values(o) {
|
|
|
- var m = typeof Symbol === "function" && o[Symbol.iterator], i = 0;
|
|
|
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
|
if (m) return m.call(o);
|
|
|
- return {
|
|
|
+ if (o && typeof o.length === "number") return {
|
|
|
next: function () {
|
|
|
if (o && i >= o.length) o = void 0;
|
|
|
return { value: o && o[i++], done: !o };
|
|
|
}
|
|
|
};
|
|
|
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
|
}
|
|
|
|
|
|
function __read(o, n) {
|
|
@@ -310,17 +323,38 @@ function __makeTemplateObject(cooked, raw) {
|
|
|
return cooked;
|
|
|
};
|
|
|
|
|
|
+var __setModuleDefault = Object.create ? (function(o, v) {
|
|
|
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
|
+}) : function(o, v) {
|
|
|
+ o["default"] = v;
|
|
|
+};
|
|
|
+
|
|
|
function __importStar(mod) {
|
|
|
if (mod && mod.__esModule) return mod;
|
|
|
var result = {};
|
|
|
- if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
|
|
|
- result.default = mod;
|
|
|
+ if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
|
+ __setModuleDefault(result, mod);
|
|
|
return result;
|
|
|
}
|
|
|
|
|
|
function __importDefault(mod) {
|
|
|
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
|
}
|
|
|
+
|
|
|
+function __classPrivateFieldGet(receiver, privateMap) {
|
|
|
+ if (!privateMap.has(receiver)) {
|
|
|
+ throw new TypeError("attempted to get private field on non-instance");
|
|
|
+ }
|
|
|
+ return privateMap.get(receiver);
|
|
|
+}
|
|
|
+
|
|
|
+function __classPrivateFieldSet(receiver, privateMap, value) {
|
|
|
+ if (!privateMap.has(receiver)) {
|
|
|
+ throw new TypeError("attempted to set private field on non-instance");
|
|
|
+ }
|
|
|
+ privateMap.set(receiver, value);
|
|
|
+ return value;
|
|
|
+}
|
|
|
|
|
|
|
|
|
/***/ }),
|
|
@@ -700,7 +734,7 @@ var OBJFileLoader = /** @class */ (function () {
|
|
|
set: function (value) {
|
|
|
_mtlFileLoader__WEBPACK_IMPORTED_MODULE_1__["MTLFileLoader"].INVERT_TEXTURE_Y = value;
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
Object.defineProperty(OBJFileLoader, "currentMeshLoadOptions", {
|
|
@@ -716,7 +750,7 @@ var OBJFileLoader = /** @class */ (function () {
|
|
|
SkipMaterials: OBJFileLoader.SKIP_MATERIALS
|
|
|
};
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
/**
|
|
@@ -3391,7 +3425,7 @@ var GLTFLoaderExtension = /** @class */ (function () {
|
|
|
get: function () {
|
|
|
return this._name;
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
/**
|
|
@@ -6446,7 +6480,7 @@ var GLTFLoader = /** @class */ (function () {
|
|
|
get: function () {
|
|
|
return this._state;
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
Object.defineProperty(GLTFLoader.prototype, "gltf", {
|
|
@@ -6456,7 +6490,7 @@ var GLTFLoader = /** @class */ (function () {
|
|
|
get: function () {
|
|
|
return this._gltf;
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
Object.defineProperty(GLTFLoader.prototype, "bin", {
|
|
@@ -6466,7 +6500,7 @@ var GLTFLoader = /** @class */ (function () {
|
|
|
get: function () {
|
|
|
return this._bin;
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
Object.defineProperty(GLTFLoader.prototype, "parent", {
|
|
@@ -6476,7 +6510,7 @@ var GLTFLoader = /** @class */ (function () {
|
|
|
get: function () {
|
|
|
return this._parent;
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
Object.defineProperty(GLTFLoader.prototype, "babylonScene", {
|
|
@@ -6486,7 +6520,7 @@ var GLTFLoader = /** @class */ (function () {
|
|
|
get: function () {
|
|
|
return this._babylonScene;
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
Object.defineProperty(GLTFLoader.prototype, "rootBabylonMesh", {
|
|
@@ -6496,7 +6530,7 @@ var GLTFLoader = /** @class */ (function () {
|
|
|
get: function () {
|
|
|
return this._rootBabylonMesh;
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
/** @hidden */
|
|
@@ -8423,6 +8457,17 @@ _glTFFileLoader__WEBPACK_IMPORTED_MODULE_1__["GLTFFileLoader"]._CreateGLTF2Loade
|
|
|
|
|
|
/***/ }),
|
|
|
|
|
|
+/***/ "./glTF/2.0/glTFLoaderExtension.ts":
|
|
|
+/*!*****************************************!*\
|
|
|
+ !*** ./glTF/2.0/glTFLoaderExtension.ts ***!
|
|
|
+ \*****************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports) {
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+
|
|
|
/***/ "./glTF/2.0/glTFLoaderInterfaces.ts":
|
|
|
/*!******************************************!*\
|
|
|
!*** ./glTF/2.0/glTFLoaderInterfaces.ts ***!
|
|
@@ -8438,7 +8483,7 @@ _glTFFileLoader__WEBPACK_IMPORTED_MODULE_1__["GLTFFileLoader"]._CreateGLTF2Loade
|
|
|
/*!***************************!*\
|
|
|
!*** ./glTF/2.0/index.ts ***!
|
|
|
\***************************/
|
|
|
-/*! exports provided: ArrayItem, GLTFLoader, EXT_lights_image_based, EXT_mesh_gpu_instancing, KHR_draco_mesh_compression, KHR_lights, KHR_materials_pbrSpecularGlossiness, KHR_materials_unlit, KHR_materials_clearcoat, KHR_materials_sheen, KHR_materials_specular, KHR_materials_ior, KHR_materials_variants, KHR_materials_transmission, KHR_mesh_quantization, KHR_texture_basisu, KHR_texture_transform, KHR_xmp, MSFT_audio_emitter, MSFT_lod, MSFT_minecraftMesh, MSFT_sRGBFactors, ExtrasAsMetadata */
|
|
|
+/*! no static exports found */
|
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
|
|
"use strict";
|
|
@@ -8448,51 +8493,59 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
|
|
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "GLTFLoader", function() { return _glTFLoader__WEBPACK_IMPORTED_MODULE_0__["GLTFLoader"]; });
|
|
|
|
|
|
-/* harmony import */ var _Extensions__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Extensions */ "./glTF/2.0/Extensions/index.ts");
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "EXT_lights_image_based", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["EXT_lights_image_based"]; });
|
|
|
+/* harmony import */ var _glTFLoaderExtension__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./glTFLoaderExtension */ "./glTF/2.0/glTFLoaderExtension.ts");
|
|
|
+/* harmony import */ var _glTFLoaderExtension__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_glTFLoaderExtension__WEBPACK_IMPORTED_MODULE_1__);
|
|
|
+/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _glTFLoaderExtension__WEBPACK_IMPORTED_MODULE_1__) if(["ArrayItem","GLTFLoader","default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _glTFLoaderExtension__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
|
+/* harmony import */ var _glTFLoaderInterfaces__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./glTFLoaderInterfaces */ "./glTF/2.0/glTFLoaderInterfaces.ts");
|
|
|
+/* harmony import */ var _glTFLoaderInterfaces__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_glTFLoaderInterfaces__WEBPACK_IMPORTED_MODULE_2__);
|
|
|
+/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _glTFLoaderInterfaces__WEBPACK_IMPORTED_MODULE_2__) if(["ArrayItem","GLTFLoader","default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _glTFLoaderInterfaces__WEBPACK_IMPORTED_MODULE_2__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
|
+/* harmony import */ var _Extensions__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./Extensions */ "./glTF/2.0/Extensions/index.ts");
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "EXT_lights_image_based", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["EXT_lights_image_based"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "EXT_mesh_gpu_instancing", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["EXT_mesh_gpu_instancing"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "EXT_mesh_gpu_instancing", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["EXT_mesh_gpu_instancing"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_draco_mesh_compression", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["KHR_draco_mesh_compression"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_draco_mesh_compression", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["KHR_draco_mesh_compression"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_lights", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["KHR_lights"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_lights", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["KHR_lights"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_materials_pbrSpecularGlossiness", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["KHR_materials_pbrSpecularGlossiness"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_materials_pbrSpecularGlossiness", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["KHR_materials_pbrSpecularGlossiness"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_materials_unlit", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["KHR_materials_unlit"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_materials_unlit", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["KHR_materials_unlit"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_materials_clearcoat", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["KHR_materials_clearcoat"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_materials_clearcoat", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["KHR_materials_clearcoat"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_materials_sheen", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["KHR_materials_sheen"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_materials_sheen", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["KHR_materials_sheen"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_materials_specular", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["KHR_materials_specular"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_materials_specular", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["KHR_materials_specular"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_materials_ior", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["KHR_materials_ior"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_materials_ior", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["KHR_materials_ior"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_materials_variants", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["KHR_materials_variants"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_materials_variants", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["KHR_materials_variants"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_materials_transmission", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["KHR_materials_transmission"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_materials_transmission", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["KHR_materials_transmission"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_mesh_quantization", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["KHR_mesh_quantization"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_mesh_quantization", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["KHR_mesh_quantization"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_texture_basisu", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["KHR_texture_basisu"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_texture_basisu", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["KHR_texture_basisu"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_texture_transform", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["KHR_texture_transform"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_texture_transform", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["KHR_texture_transform"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_xmp", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["KHR_xmp"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "KHR_xmp", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["KHR_xmp"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MSFT_audio_emitter", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["MSFT_audio_emitter"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MSFT_audio_emitter", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["MSFT_audio_emitter"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MSFT_lod", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["MSFT_lod"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MSFT_lod", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["MSFT_lod"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MSFT_minecraftMesh", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["MSFT_minecraftMesh"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MSFT_minecraftMesh", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["MSFT_minecraftMesh"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MSFT_sRGBFactors", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["MSFT_sRGBFactors"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MSFT_sRGBFactors", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["MSFT_sRGBFactors"]; });
|
|
|
|
|
|
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ExtrasAsMetadata", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_1__["ExtrasAsMetadata"]; });
|
|
|
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ExtrasAsMetadata", function() { return _Extensions__WEBPACK_IMPORTED_MODULE_3__["ExtrasAsMetadata"]; });
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
/***/ }),
|
|
@@ -8699,7 +8752,7 @@ var GLTFFileLoader = /** @class */ (function () {
|
|
|
}
|
|
|
this._onParsedObserver = this.onParsedObservable.add(callback);
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
Object.defineProperty(GLTFFileLoader.prototype, "onMeshLoaded", {
|
|
@@ -8712,7 +8765,7 @@ var GLTFFileLoader = /** @class */ (function () {
|
|
|
}
|
|
|
this._onMeshLoadedObserver = this.onMeshLoadedObservable.add(callback);
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
Object.defineProperty(GLTFFileLoader.prototype, "onTextureLoaded", {
|
|
@@ -8725,7 +8778,7 @@ var GLTFFileLoader = /** @class */ (function () {
|
|
|
}
|
|
|
this._onTextureLoadedObserver = this.onTextureLoadedObservable.add(callback);
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
Object.defineProperty(GLTFFileLoader.prototype, "onMaterialLoaded", {
|
|
@@ -8738,7 +8791,7 @@ var GLTFFileLoader = /** @class */ (function () {
|
|
|
}
|
|
|
this._onMaterialLoadedObserver = this.onMaterialLoadedObservable.add(callback);
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
Object.defineProperty(GLTFFileLoader.prototype, "onCameraLoaded", {
|
|
@@ -8751,7 +8804,7 @@ var GLTFFileLoader = /** @class */ (function () {
|
|
|
}
|
|
|
this._onCameraLoadedObserver = this.onCameraLoadedObservable.add(callback);
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
Object.defineProperty(GLTFFileLoader.prototype, "onComplete", {
|
|
@@ -8766,7 +8819,7 @@ var GLTFFileLoader = /** @class */ (function () {
|
|
|
}
|
|
|
this._onCompleteObserver = this.onCompleteObservable.add(callback);
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
Object.defineProperty(GLTFFileLoader.prototype, "onError", {
|
|
@@ -8779,7 +8832,7 @@ var GLTFFileLoader = /** @class */ (function () {
|
|
|
}
|
|
|
this._onErrorObserver = this.onErrorObservable.add(callback);
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
Object.defineProperty(GLTFFileLoader.prototype, "onDispose", {
|
|
@@ -8792,7 +8845,7 @@ var GLTFFileLoader = /** @class */ (function () {
|
|
|
}
|
|
|
this._onDisposeObserver = this.onDisposeObservable.add(callback);
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
Object.defineProperty(GLTFFileLoader.prototype, "onExtensionLoaded", {
|
|
@@ -8805,7 +8858,7 @@ var GLTFFileLoader = /** @class */ (function () {
|
|
|
}
|
|
|
this._onExtensionLoadedObserver = this.onExtensionLoadedObservable.add(callback);
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
Object.defineProperty(GLTFFileLoader.prototype, "loggingEnabled", {
|
|
@@ -8827,7 +8880,7 @@ var GLTFFileLoader = /** @class */ (function () {
|
|
|
this._log = this._logDisabled;
|
|
|
}
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
Object.defineProperty(GLTFFileLoader.prototype, "capturePerformanceCounters", {
|
|
@@ -8851,7 +8904,7 @@ var GLTFFileLoader = /** @class */ (function () {
|
|
|
this._endPerformanceCounter = this._endPerformanceCounterDisabled;
|
|
|
}
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
Object.defineProperty(GLTFFileLoader.prototype, "onValidated", {
|
|
@@ -8864,7 +8917,7 @@ var GLTFFileLoader = /** @class */ (function () {
|
|
|
}
|
|
|
this._onValidatedObserver = this.onValidatedObservable.add(callback);
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
/**
|
|
@@ -9034,7 +9087,7 @@ var GLTFFileLoader = /** @class */ (function () {
|
|
|
get: function () {
|
|
|
return this._loader ? this._loader.state : null;
|
|
|
},
|
|
|
- enumerable: true,
|
|
|
+ enumerable: false,
|
|
|
configurable: true
|
|
|
});
|
|
|
/**
|