Skip to content

Commit 8061880

Browse files
authored
Updated Deferred-Fog.md
Removed info reproduced in the manual and edited and styled doc.
1 parent 778b2d5 commit 8061880

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

Documentation~/Deferred-Fog.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# Deferred Fog
22

3-
Fog is the effect of overlaying a color onto objects dependent on the distance from the camera. This is used to simulate fog or mist in outdoor environments and is also typically used to hide clipping of objects when a camera’s far clip plane has been moved forward for performance.
4-
5-
The Fog effect creates a screen-space fog based on the camera’s [depth texture](https://docs.unity3d.com/Manual/SL-DepthTextures.html). It supports Linear, Exponential and Exponential Squared fog types. Fog settings should be set in the **Scene** tab of the **Lighting** window.
6-
7-
8-
![](images/screenshot-fog.png)
3+
The **Fog** effect overlays a color onto objects depending on how far away they are from the Camera.
94

5+
The **Fog** effect creates a screen-space fog based on the camera’s [depth texture](https://docs.unity3d.com/Manual/SL-DepthTextures.html). It supports Linear, Exponential and Exponential Squared fog types. Fog settings are on the **Scene** tab of the **Lighting** window (menu: **Window > Rendering > Lighting Settings**).
106

117

128
![](images/deferredfog.png)
@@ -16,15 +12,16 @@ The Fog effect creates a screen-space fog based on the camera’s [depth texture
1612

1713
| Property | Function |
1814
| :-------------- | :--------------------------------- |
19-
| Exclude Skybox | Should the fog affect the skybox? |
15+
| Enabled | Enable this checkbox to turn the **Deferred Fog** effect on.|
16+
| Exclude Skybox | Enable this checkbox to exclude fog from the [skybox](https://docs.unity3d.com/Manual/class-Skybox.html) |
2017

2118
### Details
2219

23-
This effect will only show up in your **Post-process Layer** if the camera is set to render with the **Deferred rendering path**. It is enabled by default and adds the support of **Fog** from the **Lighting** panel (which would only work with the **Forward rendering path** otherwise).
20+
The **Fog** effect only appears in your **Post-process Layer** if the camera is set to render with the **Deferred rendering path**. It is enabled by default and adds the support of **Fog** from the **Lighting** panel (which would otherwise only work with the **Forward rendering path**).
2421

2522
### Requirements
2623

2724
- Depth texture
2825
- Shader Model 3
2926

30-
See the [Graphics Hardware Capabilities and Emulation](https://docs.unity3d.com/Manual/GraphicsEmulation.html) page for further details and a list of compliant hardware.
27+
See the [Graphics Hardware Capabilities and Emulation](https://docs.unity3d.com/Manual/GraphicsEmulation.html) page for further details and a list of compliant hardware.

0 commit comments

Comments
 (0)