Add new branching tree algorithm

This commit is contained in:
tamasmeszaros 2022-05-09 16:38:30 +02:00
parent b1317be78a
commit 8723e421b3
9 changed files with 942 additions and 0 deletions

View file

@ -319,6 +319,12 @@ set(SLIC3R_SOURCES
SLA/ReprojectPointsOnMesh.hpp
SLA/DefaultSupportTree.hpp
SLA/DefaultSupportTree.cpp
SLA/BranchingTreeSLA.hpp
SLA/BranchingTreeSLA.cpp
BranchingTree/BranchingTree.cpp
BranchingTree/BranchingTree.hpp
BranchingTree/PointCloud.cpp
BranchingTree/PointCloud.hpp
Arachne/BeadingStrategy/BeadingStrategy.hpp
Arachne/BeadingStrategy/BeadingStrategy.cpp