Blender Git Loki
Git Commits -> Revision a1a9f8e
Revision a1a9f8e by Clément Foucault (master) May 5, 2021, 16:40 (GMT) |
Fix T87068 EEVEE: Moire effect with particle hair and subsurface This artifact was already present in previous version but was hidden by the faulty SSS scale. The issue comes from the translucence using the geometric normal (computed using fragment shader derivative) leading to poor precision at depth discontinuity. Replacing using the same geometric normal reconstruction as the ambient occlusion pass removes most of the issue. |
Commit Details:
Full Hash: a1a9f8e6c3f341061777bc2d985b35e9d7a20ad1
Parent Commit: 95889fe
Lines Changed: +57, -3
1 Modified Path:
/source/blender/draw/engines/eevee/shaders/effect_translucency_frag.glsl (+57, -3) (Diff)