Keeps modifier transparent while layer editing tool is enabled

This commit is contained in:
Enrico Turri 2019-01-31 14:25:11 +01:00
parent 1605c23e25
commit fb6ef1d20f
3 changed files with 13 additions and 0 deletions

View file

@ -295,6 +295,8 @@ public:
bool is_wipe_tower;
// Wheter or not this volume has been generated from an extrusion path
bool is_extrusion_path;
// Wheter or not to always render this volume using its own alpha
bool force_transparent;
// Interleaved triangles & normals with indexed triangles & quads.
GLIndexedVertexArray indexed_vertex_array;