babylonjs-loaders 7.35.1 → 7.36.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.
@@ -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
  */