Search Issue Tracker
Won't Fix
Votes
0
Found in
Issue ID
1408537
Regression
No
Volumetric fog denoising mode "Gaussian" adds square artifacts.
With certain fog setup, the volumetric denoising option "Gaussian" reduces the quality of the fog by adding filtering artifacts in the fog.
Repro steps:
- Open the scene "VolumetricFilterIssue" scene in the package attached
- Set the camera to look at an edge of the fog with a scale of 5x in the game view to view more clearly the issue.
- Toggle the denoising mode between "Gaussian" and None and observe changes in the scene view
- When using Gaussian, we can see square artifacts in the fog.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
When Gaussian is enabled, fetching from V-Buffer has "quadratic construction" disabled (in AtmosphericScattering.hlsl, line 280). This is because the quadratic construction is quite expensive doing 4x 3D texture fetches upon V-Buffer sampling and we don't want the added overhead on top of the Gaussian filter.