babylonjs-gltf2interface 8.29.0 → 8.29.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.
|
@@ -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