babylonjs-gltf2interface 6.32.0 → 6.33.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.
@@ -1088,6 +1088,15 @@ declare module BABYLON.GLTF2 {
|
|
1088
1088
|
attenuationColor?: number[];
|
1089
1089
|
}
|
1090
1090
|
|
1091
|
+
/**
|
1092
|
+
* Interfaces from the KHR_materials_dispersion extension
|
1093
|
+
*/
|
1094
|
+
|
1095
|
+
/** @internal */
|
1096
|
+
interface IKHRMaterialsDispersion extends IMaterialExtension {
|
1097
|
+
dispersion?: number;
|
1098
|
+
}
|
1099
|
+
|
1091
1100
|
/**
|
1092
1101
|
* Interfaces from the KHR_materials_specular extension
|
1093
1102
|
*/
|
package/package.json
CHANGED