Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.4.X
Votes
0
Found in
2020.1
Issue ID
1198078
Regression
No
[GI - Lightmapper] Invalid texels are not treated the same way in CPU and GPU lightmapper
Invalid texels are not treated the same way in CPU and GPU lightmapper:
When a ray (launched by lightmapper baking) hit a backface we increment a invalid texel counter. In the compositing stage we then try to fix invalid texels.
The bug is that we do not have the same behavior between CPU and GPU lightmappers.
From what I saw in the attached repro project:
-GPULM tries to filter invalid texels with neighboors valid ones hence the distorted shadow.
-CPULM doesn't seem to do anything with it.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
Add comment