babylonjs-addons 9.4.0 → 9.5.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.
@@ -2502,6 +2502,7 @@ declare namespace ADDONS {
2502
2502
 
2503
2503
 
2504
2504
  class AtmospherePBRMaterialDefines extends BABYLON.MaterialDefines {
2505
+ USE_CUSTOM_REFLECTION: boolean;
2505
2506
  USE_AERIAL_PERSPECTIVE_LUT: boolean;
2506
2507
  APPLY_AERIAL_PERSPECTIVE_INTENSITY: boolean;
2507
2508
  APPLY_AERIAL_PERSPECTIVE_RADIANCE_BIAS: boolean;