Fixes T59784.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
It seems better to fix the NaNs in the code that generates the normal?
| source/blender/gpu/shaders/gpu_shader_material.glsl | ||
|---|---|---|
| 1092 | Temporal -> Temporary | |
Comment Actions
I have no problem with that. The meshes can gave issues that trigger precision issues in normal calculation and we have similar checks for the other bsdfs.
| source/blender/gpu/shaders/gpu_shader_material.glsl | ||
|---|---|---|
| 1093 | The following fit is only valid for N.V in [0..1] range. So it might even be better to clamp(f, 0.0, 1.0) instead. | |
Comment Actions
Hey guys, is there anything I can do on this patch to get it approved? So many reports on those fireflies are coming in.
Comment Actions
Thanks @Clément Foucault (fclem)! Do I have to do something, it says "ready to land"?