mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
tweak prime tower display
This commit is contained in:
@@ -1183,6 +1183,9 @@ int GLVolumeCollection::load_wipe_tower_preview(
|
|||||||
mesh.merge(brim_mesh);
|
mesh.merge(brim_mesh);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Orca: make it transparent
|
||||||
|
for(auto& color : colors)
|
||||||
|
color[3] = 0.66f;
|
||||||
volumes.emplace_back(new GLWipeTowerVolume(colors));
|
volumes.emplace_back(new GLWipeTowerVolume(colors));
|
||||||
GLWipeTowerVolume& v = *dynamic_cast<GLWipeTowerVolume*>(volumes.back());
|
GLWipeTowerVolume& v = *dynamic_cast<GLWipeTowerVolume*>(volumes.back());
|
||||||
v.iva_per_colors.resize(colors.size());
|
v.iva_per_colors.resize(colors.size());
|
||||||
|
|||||||
Reference in New Issue
Block a user