babylonjs-addons 8.40.1 → 8.41.1

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.
@@ -2697,6 +2697,8 @@ class AtmospherePBRMaterialDefines extends MaterialDefines {
2697
2697
  USE_AERIAL_PERSPECTIVE_LUT: boolean;
2698
2698
  APPLY_AERIAL_PERSPECTIVE_INTENSITY: boolean;
2699
2699
  APPLY_AERIAL_PERSPECTIVE_RADIANCE_BIAS: boolean;
2700
+ SAMPLE_TRANSMITTANCE_LUT: boolean;
2701
+ EXCLUDE_RAY_MARCHING_FUNCTIONS: boolean;
2700
2702
  /**
2701
2703
  * Constructs the {@link AtmospherePBRMaterialDefines}.
2702
2704
  * @param useAerialPerspectiveLut - Whether to use the aerial perspective LUT.
@@ -3295,10 +3297,6 @@ export class Atmosphere implements IDisposable {
3295
3297
  private _drawSkyViewLut;
3296
3298
  }
3297
3299
 
3298
- }
3299
- declare module "babylonjs-addons/atmosphere/test/unit/sampling.test" {
3300
- export {};
3301
-
3302
3300
  }
3303
3301
  declare module "babylonjs-addons/atmosphere/Shaders/transmittance.fragment" {
3304
3302
  import "babylonjs-addons/atmosphere/Shaders/ShadersInclude/atmosphereFragmentDeclaration";
@@ -5945,6 +5943,8 @@ declare module ADDONS {
5945
5943
  USE_AERIAL_PERSPECTIVE_LUT: boolean;
5946
5944
  APPLY_AERIAL_PERSPECTIVE_INTENSITY: boolean;
5947
5945
  APPLY_AERIAL_PERSPECTIVE_RADIANCE_BIAS: boolean;
5946
+ SAMPLE_TRANSMITTANCE_LUT: boolean;
5947
+ EXCLUDE_RAY_MARCHING_FUNCTIONS: boolean;
5948
5948
  /**
5949
5949
  * Constructs the {@link AtmospherePBRMaterialDefines}.
5950
5950
  * @param useAerialPerspectiveLut - Whether to use the aerial perspective LUT.
@@ -6510,8 +6510,6 @@ declare module ADDONS {
6510
6510
  }
6511
6511
 
6512
6512
 
6513
-
6514
-
6515
6513
  /** @internal */
6516
6514
  export var transmittancePixelShader: {
6517
6515
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-addons",
3
- "version": "8.40.1",
3
+ "version": "8.41.1",
4
4
  "main": "babylonjs.addons.min.js",
5
5
  "types": "babylonjs.addons.module.d.ts",
6
6
  "files": [
@@ -15,7 +15,7 @@
15
15
  "test:escheck": "es-check es6 ./babylonjs.addons.js"
16
16
  },
17
17
  "dependencies": {
18
- "babylonjs": "^8.40.1"
18
+ "babylonjs": "^8.41.1"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@dev/build-tools": "1.0.0",