babylonjs-loaders 8.41.1 → 8.41.2

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.
@@ -6498,6 +6498,10 @@ declare module BABYLON {
6498
6498
  * Disable automatic camera limits from being applied if they exist in the splat file
6499
6499
  */
6500
6500
  disableAutoCameraLimits?: boolean;
6501
+ /**
6502
+ * Mesh that will be used to load data instead of creating a new one
6503
+ */
6504
+ gaussianSplattingMesh?: GaussianSplattingMesh;
6501
6505
  };
6502
6506
 
6503
6507