babylonjs-addons 8.40.1 → 8.41.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.
package/babylonjs.addons.d.ts
CHANGED
|
@@ -2484,6 +2484,8 @@ declare module ADDONS {
|
|
|
2484
2484
|
USE_AERIAL_PERSPECTIVE_LUT: boolean;
|
|
2485
2485
|
APPLY_AERIAL_PERSPECTIVE_INTENSITY: boolean;
|
|
2486
2486
|
APPLY_AERIAL_PERSPECTIVE_RADIANCE_BIAS: boolean;
|
|
2487
|
+
SAMPLE_TRANSMITTANCE_LUT: boolean;
|
|
2488
|
+
EXCLUDE_RAY_MARCHING_FUNCTIONS: boolean;
|
|
2487
2489
|
/**
|
|
2488
2490
|
* Constructs the {@link AtmospherePBRMaterialDefines}.
|
|
2489
2491
|
* @param useAerialPerspectiveLut - Whether to use the aerial perspective LUT.
|
|
@@ -3049,8 +3051,6 @@ declare module ADDONS {
|
|
|
3049
3051
|
}
|
|
3050
3052
|
|
|
3051
3053
|
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
3054
|
/** @internal */
|
|
3055
3055
|
export var transmittancePixelShader: {
|
|
3056
3056
|
name: string;
|