Group hollowing result (including grid) into one struct

This commit is contained in:
tamasmeszaros
2021-03-08 17:38:10 +01:00
parent e57eca0289
commit 82954ba715
7 changed files with 133 additions and 67 deletions
+2 -2
View File
@@ -327,8 +327,8 @@ private:
class HollowingData
{
public:
TriangleMesh interior;
sla::InteriorPtr interior;
mutable TriangleMesh hollow_mesh_with_holes; // caching the complete hollowed mesh
};