Blender Git Loki
Git Commits -> Revision 50acbe2
Revision 50acbe2 by Andre Susano Pinto (master) May 7, 2008, 12:45 (GMT) |
Normal projection: +added option to remove faces where all vertices got unprojected Nearest surface point +15% faster closest point on point-tri function (archived by projecting the point on tri-plane and solving the problem on 2D) (its still using bruteforce on triangles.. I'll add the right data structure later) |
Commit Details:
Full Hash: 50acbe29d1c486b3f7fe1fb31b7be0963e7f7748
SVN Revision: 14720
Parent Commit: 0b7ab2f
Lines Changed: +280, -50