Blender Git Loki
Git Commits -> Revision d408199
Revision d408199 by Howard Trickey (newboolean) June 17, 2020, 12:55 (GMT) |
Start of PolyMesh interface for boolean. Also refactored delaunay to put the 2d mesh representation into an externally visible CDTArrangement class. Not sure yet whether I will use this; if I end up not using it, will move that part of the header back into the implementation file. |
Commit Details:
Full Hash: d40819946b1d2498a8164f52cd1f78c582bee5b3
Parent Commit: 95da735
Lines Changed: +541, -304
7 Modified Paths:
/source/blender/blenlib/BLI_boolean.h (+28, -0) (Diff)
/source/blender/blenlib/BLI_delaunay_2d.h (+148, -0) (Diff)
/source/blender/blenlib/intern/boolean.cc (+36, -1) (Diff)
/source/blender/blenlib/intern/delaunay_2d.cc (+155, -210) (Diff)
/source/blender/blenlib/intern/mesh_intersect.cc (+1, -1) (Diff)
/tests/gtests/blenlib/BLI_boolean_test.cc (+79, -2) (Diff)
/tests/gtests/blenlib/BLI_delaunay_2d_test.cc (+94, -90) (Diff)
/source/blender/blenlib/BLI_delaunay_2d.h (+148, -0) (Diff)
/source/blender/blenlib/intern/boolean.cc (+36, -1) (Diff)
/source/blender/blenlib/intern/delaunay_2d.cc (+155, -210) (Diff)
/source/blender/blenlib/intern/mesh_intersect.cc (+1, -1) (Diff)
/tests/gtests/blenlib/BLI_boolean_test.cc (+79, -2) (Diff)
/tests/gtests/blenlib/BLI_delaunay_2d_test.cc (+94, -90) (Diff)