Blender Git Loki
Git Commits -> Revision e747d98
Revision e747d98 by Howard Trickey August 30, 2019, 15:07 (GMT) |
Added double tri tri intersection, able to do coplanar. Added needed double routines to BLI but left new routine in bmesh_boolean.c for now, while developing it more. |
Commit Details:
Full Hash: e747d9851a0f217db3a9f54a190c6e9049ecf151
Parent Commit: 9f8ffa6
Lines Changed: +402, -0
7 Modified Paths:
/source/blender/blenlib/BLI_math_base.h (+8, -0) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+11, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+14, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+76, -0) (Diff)
/source/blender/blenlib/intern/math_vector.c (+10, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+51, -0) (Diff)
/source/blender/bmesh/tools/bmesh_boolean.c (+232, -0) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+11, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+14, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+76, -0) (Diff)
/source/blender/blenlib/intern/math_vector.c (+10, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+51, -0) (Diff)
/source/blender/bmesh/tools/bmesh_boolean.c (+232, -0) (Diff)