Blender Git Loki
Git Commits -> Revision 5db9a00
Revision 5db9a00 by Clément Foucault (eevee-dof-refactor) January 28, 2021, 18:32 (GMT) |
EEVEE: Depth Of Field: Fix jittered dof breaking screenspace effects This was the case in perspective view. Seems like changing the projmat origin was the issue. Instead we rely on window_translate_m4 to skew the matrix and jitter the viewmat position to offset the origin. |
Commit Details:
Full Hash: 5db9a008b95a617aca1dee612437e2305da1a6a6
Parent Commit: 099788c
Lines Changed: +35, -12