babylonjs-loaders 8.33.4 → 8.34.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.
@@ -3287,6 +3287,20 @@ declare module BABYLON.GLTF2.Loader.Extensions {
3287
3287
  };
3288
3288
  };
3289
3289
  };
3290
+ EXT_lights_area: {
3291
+ lights: {
3292
+ length: IObjectAccessor<BABYLON.GLTF2.Loader.IEXTLightsArea_Light[], Light[], number>;
3293
+ __array__: {
3294
+ __target__: boolean;
3295
+ color: IObjectAccessor<BABYLON.GLTF2.Loader.IEXTLightsArea_Light, Light, Color3>;
3296
+ intensity: IObjectAccessor<BABYLON.GLTF2.Loader.IEXTLightsArea_Light, Light, number>;
3297
+ size: IObjectAccessor<BABYLON.GLTF2.Loader.IEXTLightsArea_Light, Light, number>;
3298
+ rect: {
3299
+ aspect: IObjectAccessor<BABYLON.GLTF2.Loader.IEXTLightsArea_Light, Light, number>;
3300
+ };
3301
+ };
3302
+ };
3303
+ };
3290
3304
  EXT_lights_ies: {
3291
3305
  lights: {
3292
3306
  length: IObjectAccessor<BABYLON.GLTF2.Loader.IKHRLightsPunctual_Light[], Light[], number>;