mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 03:55:59 +08:00
tweak prime tower display
This commit is contained in:
parent
7d8d296956
commit
89efa44388
@ -1183,6 +1183,9 @@ int GLVolumeCollection::load_wipe_tower_preview(
|
||||
mesh.merge(brim_mesh);
|
||||
#endif
|
||||
|
||||
// Orca: make it transparent
|
||||
for(auto& color : colors)
|
||||
color[3] = 0.66f;
|
||||
volumes.emplace_back(new GLWipeTowerVolume(colors));
|
||||
GLWipeTowerVolume& v = *dynamic_cast<GLWipeTowerVolume*>(volumes.back());
|
||||
v.iva_per_colors.resize(colors.size());
|
||||
|
Loading…
x
Reference in New Issue
Block a user