Blender Git Commit Log
Git Commits -> Revision 8cbf402
Revision 8cbf402 by Germano Cavalcante (master) May 14, 2018, 19:01 (GMT) |
New function for BLI_kdopbvh: `BLI_bvhtree_find_nearest_projected`. This patch does not make any difference for a user's POV. But it is a step for adding the occlusion test for snapping functions. This new function finds the node(aabb) whose projection is closest to a screen coordinate. Reviewers: campbellbarton Reviewed By: campbellbarton Tags: #bf_blender_2.8 Differential Revision: https://developer.blender.org/D3180 |
Commit Details:
Full Hash: 8cbf402eb61bde42c63963eb092bf6722516280b
Parent Commit: 70a6006
Lines Changed: +307, -73