Reproject support and hole points after a reload from disk op.

This commit is contained in:
tamasmeszaros 2020-05-12 15:52:33 +02:00
parent 54925a191e
commit f7a43f9757
3 changed files with 41 additions and 0 deletions

View file

@ -232,6 +232,7 @@ add_library(libslic3r STATIC
SLA/Contour3D.cpp
SLA/EigenMesh3D.hpp
SLA/Clustering.hpp
SLA/ReprojectPointsOnMesh.hpp
)
if (SLIC3R_STATIC)