babylonjs-loaders 6.41.0 → 6.41.1

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.
@@ -3814,14 +3814,6 @@ declare module BABYLON {
3814
3814
  * @returns if the data can be loaded directly
3815
3815
  */
3816
3816
  canDirectLoad(): boolean;
3817
- /**
3818
- * Code from https://github.com/dylanebert/gsplat.js/blob/main/src/loaders/PLYLoader.ts Under MIT license
3819
- * Loads a .ply from data array buffer
3820
- * if data array buffer is not ply, returns the original buffer
3821
- * @param data the data to load
3822
- * @returns the loaded buffer
3823
- */
3824
- private _loadPLY;
3825
3817
  /**
3826
3818
  * Imports from the loaded gaussian splatting data and adds them to the scene
3827
3819
  * @param _meshesNames a string or array of strings of the mesh names that should be loaded from the file