Blender Git Commit Log
Git Commits -> Revision 61039bf
Revision 61039bf by Clément Foucault (master) March 6, 2019, 14:48 (GMT) |
Fix T62262: Light "Show Cone" & stereoscopy volumes broken by MSAA Volume itself was working, but buggy. The issue was that transparent shapes does not write to depth buffer. But the custom MSAA resolve shader discard pixels that did not write to depth making them transparent. Transparent passes should not be inside the MSAA passes, this is also a matter of performance. |
Commit Details:
Full Hash: 61039bf71376f1b57cd8df7ff3deb285099becba
Parent Commit: a77feab
Lines Changed: +19, -16
1 Modified Path:
/source/blender/draw/modes/object_mode.c (+19, -16) (Diff)