babylonjs-serializers 5.32.2 → 5.33.0

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.
@@ -4557,7 +4557,7 @@ __webpack_require__.r(__webpack_exports__);
4557
4557
  /* harmony export */ "_GLTFMaterialExporter": () => (/* binding */ _GLTFMaterialExporter)
4558
4558
  /* harmony export */ });
4559
4559
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../../../node_modules/tslib/tslib.es6.js");
4560
- /* harmony import */ var core_Maths_math_vector__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core/Engines/constants */ "core/Maths/math.vector");
4560
+ /* harmony import */ var core_Maths_math_vector__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core/Misc/dumpTools */ "core/Maths/math.vector");
4561
4561
  /* harmony import */ var core_Maths_math_vector__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_Maths_math_vector__WEBPACK_IMPORTED_MODULE_1__);
4562
4562
 
4563
4563
 
@@ -4568,6 +4568,7 @@ __webpack_require__.r(__webpack_exports__);
4568
4568
 
4569
4569
 
4570
4570
 
4571
+
4571
4572
  function getFileExtensionFromMimeType(mimeType) {
4572
4573
  switch (mimeType) {
4573
4574
  case "image/jpeg" /* JPEG */:
@@ -4885,7 +4886,7 @@ var _GLTFMaterialExporter = /** @class */ (function () {
4885
4886
  return [4 /*yield*/, engine._readTexturePixels(tempTexture, width, height)];
4886
4887
  case 2:
4887
4888
  data = _a.sent();
4888
- return [4 /*yield*/, core_Maths_math_vector__WEBPACK_IMPORTED_MODULE_1__.Tools.DumpDataAsync(width, height, data, mimeType, undefined, true, true)];
4889
+ return [4 /*yield*/, core_Maths_math_vector__WEBPACK_IMPORTED_MODULE_1__.DumpTools.DumpDataAsync(width, height, data, mimeType, undefined, true, true)];
4889
4890
  case 3: return [2 /*return*/, (_a.sent())];
4890
4891
  }
4891
4892
  });