SLA backend refactored, except Hollowing

This commit is contained in:
tamasmeszaros
2021-06-08 10:27:35 +02:00
parent 1c35dfe591
commit 1009f78862
22 changed files with 687 additions and 404 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ struct DrainHole
bool get_intersections(const Vec3f& s, const Vec3f& dir,
std::array<std::pair<float, Vec3d>, 2>& out) const;
Contour3D to_mesh() const;
indexed_triangle_set to_mesh() const;
template<class Archive> inline void serialize(Archive &ar)
{