babylonjs-gltf2interface 8.28.3 → 8.29.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.
@@ -1080,6 +1080,11 @@ declare module BABYLON.GLTF2 {
1080
1080
  };
1081
1081
  }
1082
1082
 
1083
+ /** @internal */
1084
+ interface IKHRMaterialsClearcoatIor {
1085
+ clearcoatIor?: number;
1086
+ }
1087
+
1083
1088
  /** @internal */
1084
1089
  interface IKHRMaterialsClearcoatDarkening {
1085
1090
  clearcoatDarkeningFactor?: number;
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": "8.28.3",
4
+ "version": "8.29.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/BabylonJS/Babylon.js.git"