tweak prime tower display
This commit is contained in:
parent
7d8d296956
commit
89efa44388
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue