Skip to content

Commit ba02057

Browse files
emilybrown1sebastienlagarde
authored andcommitted
updated Override Fog page (#6200)
* updated fog override screenshot * changed Depth Extent to Volumetric Fog Distance
1 parent 17c5fc3 commit ba02057

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
Lines changed: 3 additions & 0 deletions
Loading

com.unity.render-pipelines.high-definition/Documentation~/Override-Fog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ After you add an **Fog** override, you must enable it in the override itself. In
1313

1414
At this point, the Scene contains global fog. However, the effect might not suit your needs. To override the default property with your own chosen values, follow the steps in the [Customizing Global Fog](#CustomizingGlobalFog) section.
1515

16-
The High Definition Render Pipeline evaluates volumetric lighting on a 3D grid mapped to the volumetric section of the frustum. The resolution of the grid is quite low (it is 240x135x64 using the default quality setting at 1080p), so it's important to keep the dimensions of the frustum as small as possible to maintain high quality. Adjust the **Depth Extent** parameter to define the maximum range for the volumetric fog relative to the Camera’s frustum.
16+
The High Definition Render Pipeline evaluates volumetric lighting on a 3D grid mapped to the volumetric section of the frustum. The resolution of the grid is quite low (it is 240x135x64 using the default quality setting at 1080p), so it's important to keep the dimensions of the frustum as small as possible to maintain high quality. Adjust the **Volumetric Fog Distance** parameter to define the maximum range for the volumetric fog relative to the Camera’s frustum.
1717

1818
The Fog may not work when using a custom camera projection matrix, like an off-axis projection.
1919

@@ -37,7 +37,7 @@ The **Fog** override of the active Volume controls the appearance of the global
3737

3838
## Properties
3939

40-
![](Images/Override-VolumetricFog1.png)
40+
![](Images/fog-overrides.png)
4141

4242
[!include[](snippets/Volume-Override-Enable-Properties.md)]
4343

0 commit comments

Comments
 (0)