Blender Git Loki
Git Commits -> Revision 36d9f7e
Revision 36d9f7e by Sebastian Parborg (master) May 14, 2020, 11:46 (GMT) |
Fix T76541: OpenGl Depth Picking not selecting frontmost object The issue was that we used GL_ALWAYS for depth checking here which would lead to the depth information from objects being messed up. It would not represent which object was closest to the camera. Reviewed By: Cl�ment Foucault, Jeroen Bakker, Campbell Barton Differential Revision: https://developer.blender.org/D7710 |
Commit Details:
Full Hash: 36d9f7e37540d211add476178972e1617c1533a2
Parent Commit: f17e7e0
Lines Changed: +4, -11
1 Modified Path:
/source/blender/gpu/intern/gpu_select_pick.c (+4, -11) (Diff)