Initial implementation of MeshClipper class

So far the work is shared between the old code in GLGizmoSlaSupports.cpp and the new class
This commit is contained in:
Lukas Matena 2019-09-12 14:58:03 +02:00
parent cf23146ee3
commit 546917830b
5 changed files with 149 additions and 29 deletions

View file

@ -85,6 +85,8 @@ set(SLIC3R_GUI_SOURCES
GUI/GUI_ObjectLayers.hpp
GUI/LambdaObjectDialog.cpp
GUI/LambdaObjectDialog.hpp
GUI/MeshClipper.cpp
GUI/MeshClipper.hpp
GUI/Tab.cpp
GUI/Tab.hpp
GUI/ConfigManipulation.cpp