BlueRoseNote/03-UnrealEngine/Rendering/Lighting/解决UE5植被阴影出现噪点的问题.md
2023-06-29 11:55:02 +08:00

16 lines
452 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 解决UE5植被阴影出现噪点的问题
date: 2022-09-26 11:04:44
excerpt:
tags: Lumen
rating: ⭐
---
## 调节参数
默认为32改成4。
>r.Lumen.ScreenProbeGather.DownsampleFactor 4
默认为0.02改成0.01,阴影会变亮一些,也可以减少噪点。
>r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.RelativeDepthThickness = "0.01"
最后需要将预览质量从EPIC调整到Cinematic草上的噪点就没有了。