Blender Git Commit Log
Git Commits -> Revision a50b173
Revision a50b173 by Germano Cavalcante (master) January 31, 2017, 01:27 (GMT) |
Use the same solution to test the pixel distance to the AABB, with BoundBox The previous solution took arbitrary values to determine if the mouse was near or not to the Bound Box (it simply scaled the Bound Box). Now the same function that detected the distance from the BVHTree nodes to the mouse is used in the Bound Box |
Commit Details:
Full Hash: a50b173952c85a51828f28569a9923bd29764292
Parent Commit: 4e10253
Lines Changed: +178, -128