Implemented possibility to set a resin cost

This commit is contained in:
YuSanka
2019-09-26 16:36:31 +02:00
parent 6f8a9bc1ff
commit 82bc243281
8 changed files with 107 additions and 11 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ struct stl_neighbors {
struct stl_stats {
stl_stats() { memset(&header, 0, 81); }
char header[81] = "";
char header[81];// = "";
stl_type type = (stl_type)0;
uint32_t number_of_facets = 0;
stl_vertex max = stl_vertex::Zero();