mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
SLA gizmo now forces objects to use their normal color (not SELECTED_COLOR)
This commit is contained in:
parent
2728e45646
commit
df01af975a
3 changed files with 19 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue