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

3 Modified Paths:

/source/blender/blenkernel/intern/mesh_mapping.c (+60, -17) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+4, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+24, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021