Field denoisingMode
Controls which denoising technique to use for the volumetric effect.
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
[Tooltip("Specifies the denoising technique to use for the volumetric effect.")]
public FogDenoisingModeParameter denoisingMode
반환
타입 | 설명 |
---|---|
FogDenoisingModeParameter |
참고
Reprojection mode is effective for static lighting but can lead to severe ghosting artifacts with highly dynamic lighting. Gaussian mode is effective with dynamic lighting. You can also use both modes together which produces high-quality results, but increases the resource intensity of processing the effect.