Skip to content

Commit 5fefa89

Browse files
JordanL8sebastienlagarde
authored andcommitted
Update Volumetric-Lighting.md (#402)
Fixes https://fogbugz.unity3d.com/f/cases/1238592
1 parent 139c8c0 commit 5fefa89

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

com.unity.render-pipelines.high-definition/Documentation~/Volumetric-Lighting.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Volumetric Lighting
22

3-
The High Definition Render Pipeline (HDRP) includes a volumetric lighting system that renders Volumetric Fog. HDRP also implements a unified lighting system, which means that all Scene components (such as Lights, as well as opaque and transparent GameObjects) interact with the fog in order to make it volumetric.
3+
The High Definition Render Pipeline (HDRP) includes a volumetric lighting system that renders Volumetric Fog. HDRP also implements a unified lighting system, which means that all Scene components (such as [Lights](Light-Component.md), as well as opaque and transparent GameObjects) interact with the fog to make it volumetric.
44

55
## Enabling Volumetric Lighting
66

@@ -12,3 +12,6 @@ To toggle and customize Volumetric Lighting in an [HDRP Asset](HDRP-Asset.html):
1212
3. In the **Default Frame Settings** section, under the **Lighting** subsection, make sure you enable **Fog** and **Volumetric** if they are not already.
1313
![](Images/VolumetricLighting2.png)
1414
4. If you want to enable reprojection support, check **Reprojection**. This option improves the lighting quality in the Scene by taking previous frames into account when calculating the lighting for the current frame. Currently, this option is not compatible with dynamic lights, so you may encounter ghosting artifacts behind moving Lights. Additionally, using high values for **Global Anisotropy** in the [Fog](Override-Fog.html) Volume override may cause flickering Shadows.
15+
16+
## Notes
17+
Volumetric fog does not work for Cameras that use oblique projection matrices. If you want a Camera to render volumetric fog, do not assign an off-axis projection to it.

0 commit comments

Comments
 (0)