Blender Git Loki
Git Commits -> Revision 28d5ebb
Revision 28d5ebb by Clément Foucault (master) October 23, 2018, 16:04 (GMT) |
Wireframe: Fix wireframe object drawtype with "in front" draw option First problem is that enabling the "in front" option made the wire object test against an not updated stencil buffer. Second problem is that the "in front" option was useless on wire objects. To fix this we bypass the depth test and live with some sorting problem. |
Commit Details:
Full Hash: 28d5ebbc15f7d01fd08148c50cabc5805472e567
Parent Commit: 238d347
Lines Changed: +24, -10
1 Modified Path:
/source/blender/draw/modes/overlay_mode.c (+24, -10) (Diff)