mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Keeps modifier transparent while layer editing tool is enabled
This commit is contained in:
parent
1605c23e25
commit
fb6ef1d20f
3 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue