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.
@@ -4763,7 +4763,7 @@ __webpack_require__.r(__webpack_exports__);
4763
4763
  /* harmony export */ "_GLTFMaterialExporter": () => (/* binding */ _GLTFMaterialExporter)
4764
4764
  /* harmony export */ });
4765
4765
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../../../node_modules/tslib/tslib.es6.js");
4766
- /* harmony import */ var core_Maths_math_vector__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core/Engines/constants */ "core/Maths/math.vector");
4766
+ /* harmony import */ var core_Maths_math_vector__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core/Misc/dumpTools */ "core/Maths/math.vector");
4767
4767
  /* harmony import */ var core_Maths_math_vector__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_Maths_math_vector__WEBPACK_IMPORTED_MODULE_1__);
4768
4768
 
4769
4769
 
@@ -4774,6 +4774,7 @@ __webpack_require__.r(__webpack_exports__);
4774
4774
 
4775
4775
 
4776
4776
 
4777
+
4777
4778
  function getFileExtensionFromMimeType(mimeType) {
4778
4779
  switch (mimeType) {
4779
4780
  case "image/jpeg" /* JPEG */:
@@ -5091,7 +5092,7 @@ var _GLTFMaterialExporter = /** @class */ (function () {
5091
5092
  return [4 /*yield*/, engine._readTexturePixels(tempTexture, width, height)];
5092
5093
  case 2:
5093
5094
  data = _a.sent();
5094
- return [4 /*yield*/, core_Maths_math_vector__WEBPACK_IMPORTED_MODULE_1__.Tools.DumpDataAsync(width, height, data, mimeType, undefined, true, true)];
5095
+ return [4 /*yield*/, core_Maths_math_vector__WEBPACK_IMPORTED_MODULE_1__.DumpTools.DumpDataAsync(width, height, data, mimeType, undefined, true, true)];
5095
5096
  case 3: return [2 /*return*/, (_a.sent())];
5096
5097
  }
5097
5098
  });