babylonjs-gltf2interface 9.14.0 → 9.16.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.
@@ -1011,6 +1011,18 @@ declare namespace BABYLON.GLTF2 {
1011
1011
  attributes: { [name: string]: number };
1012
1012
  }
1013
1013
 
1014
+ /**
1015
+ * Interfaces from the KHR_gaussian_splatting extension
1016
+ */
1017
+
1018
+ /** @internal */
1019
+ interface IKHRGaussianSplatting {
1020
+ kernel: string;
1021
+ colorSpace: string;
1022
+ projection?: string;
1023
+ sortingMethod?: string;
1024
+ }
1025
+
1014
1026
  /**
1015
1027
  * Interfaces from the EXT_lights_ies extension
1016
1028
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "babylonjs-gltf2interface",
3
3
  "description": "A typescript declaration of babylon's gltf2 interface.",
4
- "version": "9.14.0",
4
+ "version": "9.16.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/BabylonJS/Babylon.js.git"