babylonjs-addons 8.30.1 → 8.30.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.
@@ -2710,6 +2710,7 @@ declare module ADDONS {
2710
2710
  private _aerialPerspectiveRenderingGroup;
2711
2711
  private _globeAtmosphereRenderingGroup;
2712
2712
  private _isEnabled;
2713
+ private _aerialPerspectiveLutHasBeenRendered;
2713
2714
  private _hasRenderedMultiScatteringLut;
2714
2715
  private _multiScatteringEffectWrapper;
2715
2716
  private _multiScatteringLutRenderTarget;
@@ -2731,6 +2732,10 @@ declare module ADDONS {
2731
2732
  * @returns True if the atmosphere is supported, false otherwise.
2732
2733
  */
2733
2734
  static IsSupported(engine: BABYLON.AbstractEngine): boolean;
2735
+ /**
2736
+ * The unique ID of this atmosphere instance.
2737
+ */
2738
+ readonly uniqueId: number;
2734
2739
  /**
2735
2740
  * Called after the atmosphere variables have been updated for the specified camera.
2736
2741
  */
@@ -2921,7 +2926,6 @@ declare module ADDONS {
2921
2926
  * Gets the camera-related variables for this atmosphere. Updated each frame.
2922
2927
  */
2923
2928
  get cameraAtmosphereVariables(): AtmospherePerCameraVariables;
2924
- readonly uniqueId: number;
2925
2929
  /**
2926
2930
  * Constructs the {@link Atmosphere}.
2927
2931
  * @param name - The name of this instance.
@@ -3020,6 +3024,7 @@ declare module ADDONS {
3020
3024
  * Draws the aerial perspective LUT using {@link EffectWrapper} and {@link EffectRenderer}.
3021
3025
  */
3022
3026
  private _drawAerialPerspectiveLut;
3027
+ private _clearAerialPerspectiveLut;
3023
3028
  /**
3024
3029
  * Draws the sky view LUT using {@link EffectWrapper} and {@link EffectRenderer}.
3025
3030
  */