babylonjs-loaders 7.35.2 → 7.37.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.
@@ -1665,7 +1665,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_babylonjs_Misc_tools__;
1665
1665
  /******/
1666
1666
  /************************************************************************/
1667
1667
  var __webpack_exports__ = {};
1668
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
1668
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
1669
1669
  (() => {
1670
1670
  /*!******************************!*\
1671
1671
  !*** ./src/objFileLoader.ts ***!
@@ -427,7 +427,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_babylonjs_Misc_tools__;
427
427
  /******/
428
428
  /************************************************************************/
429
429
  var __webpack_exports__ = {};
430
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
430
+ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
431
431
  (() => {
432
432
  /*!******************************!*\
433
433
  !*** ./src/stlFileLoader.ts ***!
@@ -1090,6 +1090,8 @@ declare module BABYLON.GLTF2 {
1090
1090
  /** @internal */
1091
1091
  properties: Array<BABYLON.GLTF2.AnimationPropertyInfo>;
1092
1092
  }
1093
+ /** @internal */
1094
+ export function LoadBoundingInfoFromPositionAccessor(accessor: BABYLON.GLTF2.Loader.IAccessor): Nullable<BoundingInfo>;
1093
1095
  /**
1094
1096
  * The glTF 2.0 loader
1095
1097
  */