Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2019-01-31 16:25:11 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-01-31 16:25:11 +0300
commitfb6ef1d20fdfaecef3f3b4792386acd6a31f58b5 (patch)
tree2dcb10aa4de4e083d34f77c1471c363fa8c05ffd /src/slic3r/GUI/3DScene.hpp
parent1605c23e259ff8c90c3ca798dc2cf72b53efd4d3 (diff)
Keeps modifier transparent while layer editing tool is enabled
Diffstat (limited to 'src/slic3r/GUI/3DScene.hpp')
-rw-r--r--src/slic3r/GUI/3DScene.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/3DScene.hpp b/src/slic3r/GUI/3DScene.hpp
index 7430ff4aa..2732b5a13 100644
--- a/src/slic3r/GUI/3DScene.hpp
+++ b/src/slic3r/GUI/3DScene.hpp
@@ -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;