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:
authorLukas Matena <lukasmatena@seznam.cz>2019-03-20 16:04:20 +0300
committerLukas Matena <lukasmatena@seznam.cz>2019-03-20 16:04:20 +0300
commitdf01af975a33fbdaaa5e2943a70d3389080138a9 (patch)
treeeaca86468f6d0a44dd55e10ac7e5fa210fe27760 /src/slic3r/GUI/3DScene.hpp
parent2728e45646b239284260dd2c956810fa2c4ea206 (diff)
SLA gizmo now forces objects to use their normal color (not SELECTED_COLOR)
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 15ac6a3a1..d571f862f 100644
--- a/src/slic3r/GUI/3DScene.hpp
+++ b/src/slic3r/GUI/3DScene.hpp
@@ -302,6 +302,8 @@ public:
bool is_extrusion_path;
// Wheter or not to always render this volume using its own alpha
bool force_transparent;
+ // Whether or not always use the volume's own color (not using SELECTED/HOVER/DISABLED/OUTSIDE)
+ bool force_native_color;
// Interleaved triangles & normals with indexed triangles & quads.
GLIndexedVertexArray indexed_vertex_array;