babylonjs-gltf2interface 9.1.0 → 9.2.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.
@@ -1168,7 +1168,7 @@ declare namespace BABYLON.GLTF2 {
1168
1168
  /** @internal */
1169
1169
  interface IKHRMaterialsVolumeScatter {
1170
1170
  scatterAnisotropy?: number;
1171
- multiscatterColor?: number[];
1171
+ multiscatterColorFactor?: number[];
1172
1172
  multiscatterColorTexture?: ITextureInfo;
1173
1173
  }
1174
1174
 
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.1.0",
4
+ "version": "9.2.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/BabylonJS/Babylon.js.git"