Out of print volume detection for extrusion toolpaths only

This commit is contained in:
Enrico Turri 2018-07-27 08:49:58 +02:00
parent b5b7894a6f
commit c2ab8c2ae3
3 changed files with 14 additions and 2 deletions

View file

@ -299,6 +299,8 @@ public:
bool is_modifier;
// Wheter or not this volume has been generated from the wipe tower
bool is_wipe_tower;
// Wheter or not this volume has been generated from an extrusion path
bool is_extrusion_path;
// Interleaved triangles & normals with indexed triangles & quads.
GLIndexedVertexArray indexed_vertex_array;