Blender Git Commit Log
Git Commits -> Revision 938cd6c
July 29, 2014, 16:42 (GMT) |
Changed mesh sample definition to use 3 vertex weights instead of a face index. This is easier to sample uniformly and avoids the need for tesselation for evaluating. |
Commit Details:
Full Hash: 938cd6c7fb37f3b1dec56ae9f0fb31c26f21b116
Parent Commit: b1e25d5
Lines Changed: +36, -39
3 Modified Paths:
/source/blender/blenkernel/intern/mesh_sample.c (+29, -33)
/source/blender/makesdna/DNA_meshdata_types.h (+4, -3)
/source/blender/makesrna/intern/rna_mesh_sample.c (+3, -3)
/source/blender/makesdna/DNA_meshdata_types.h (+4, -3)
/source/blender/makesrna/intern/rna_mesh_sample.c (+3, -3)