Blender Git Commit Log
Git Commits -> Revision 9207920
Revision 9207920 by Clément Foucault (eevee-rewrite, temp-eevee-gpencil-rewrite, viewport-compositor) August 25, 2021, 13:38 (GMT) |
EEVEE: LightGrid: Fix divide by zero leading to wrong world lighting This integer divide by zero was evaluated to 0 on all platform but apple, where it yields 1. The world lighting would then sample the 1 sample of the first grid instead of its own sample. |
Commit Details:
Full Hash: 9207920c1e1ea0cb8252a181c1ce9ff2cd607e23
Parent Commit: f79788f
Lines Changed: +1, -1
1 Modified Path:
/source/blender/draw/engines/eevee/eevee_lightprobe.cc (+1, -1) (Diff)