Skip to content

Commit

Permalink
[Docs] Add path tracing denoise in what's new for HDRP14
Browse files Browse the repository at this point in the history
Add path tracing denoise in what's new for HDRP 14

![Path-Tracing-Denoise](https://media.github.cds.internal.unity3d.com/user/1822/files/fb2ef904-2aa1-4817-aa1d-705a3ce8c3f4)
  • Loading branch information
pmavridis committed May 23, 2022
1 parent 476c979 commit ba538b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,18 @@ You can find these new monitors in the Rendering Debugger window (menu: **Window
- Vectorscope: Measures the overall range of hue and saturation within the image
![](Images/new_vectorscope.png)

### Denoising in Path Tracing
HDRP 14.0 introduces denoising for path-traced frames with a choice of two different libraries: Optix Denoiser and Intel Open Image Denoise.

![](Images/Path-Tracing-Denoise.png)

## Updated

### Cloud Layer

When using the cloud layer in combination wiht the physically based sky, the sun light color will now correctly take atmospheric attenuation into account.
Additionally, the sun light color will now always impact the color of the clouds, even if the raymarching is disabled.
Improvements have also been made to the raymarching algorithm to improve scattering, and have more consistent results when changing the number of steps. Depending on your lightig conditions, you may have to tweak the density and exposure sliders to match the visuals with prior HDRP versions.
Improvements have also been made to the raymarching algorithm to improve scattering, and have more consistent results when changing the number of steps. Depending on your lighting conditions, you may have to tweak the density and exposure sliders to match the visuals with prior HDRP versions.
In the UI, **thickness** and **distortion** fields have been renamed to **density** and **wind**.

![](Images/cl-whats-new.png)
Expand Down

0 comments on commit ba538b5

Please sign in to comment.