implemented debug files export

This commit is contained in:
PavelMikus 2022-02-22 13:53:24 +01:00
parent 3029053d43
commit 53ff4a69e0
5 changed files with 297 additions and 1 deletions

View file

@ -0,0 +1,12 @@
#ifndef libslic3r_Subdivide_hpp_
#define libslic3r_Subdivide_hpp_
#include "TriangleMesh.hpp"
namespace Slic3r {
indexed_triangle_set subdivide(const indexed_triangle_set &its, float max_length);
}
#endif //libslic3r_Subdivide_hpp_