Blender Git Commit Log
Git Commits -> Revision 782b89d
Revision 782b89d by Bastien Montagne (mesh-transfer-data) November 12, 2014, 15:20 (GMT) |
Replace grid-sampling by random tess-based one, for face's normal projection sampled mapping method. Based on review & suggestions from Campbell, many thanks. This commit adds a new func to BLI_geom, `BLI_tri_v2_sample_random_point()`, which uses given 2D tri and random generator to generate a random point on that triangle. |
Commit Details:
Full Hash: 782b89d861b76ba82d16dfdac0fbc8c041c7e0d0
Parent Commit: bd4564e
Lines Changed: +88, -17