hollowing params renamed, filtering generalized

This commit is contained in:
tamasmeszaros 2019-11-08 09:21:30 +01:00
parent bc3d22348a
commit 4b08865809
12 changed files with 111 additions and 72 deletions

View file

@ -0,0 +1,17 @@
#ifndef HOLLOWINGFILTER_HPP
#define HOLLOWINGFILTER_HPP
#include <libslic3r/OpenVDBUtils.hpp>
namespace Slic3r {
namespace sla {
TriangleMesh generate_interior(const TriangleMesh &mesh,
double min_thickness,
double quality = 0.5,
double flatness = 0.5);
}
}
#endif // HOLLOWINGFILTER_H