Gizmo Hollow - Show clipped supports only when the supports are visible
This commit is contained in:
parent
9d156463b1
commit
37edec974c
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,8 @@ void GLGizmoHollow::on_render()
|
|||
|
||||
m_selection_rectangle.render(m_parent);
|
||||
m_c->object_clipper()->render_cut();
|
||||
m_c->supports_clipper()->render_cut();
|
||||
if (are_sla_supports_shown())
|
||||
m_c->supports_clipper()->render_cut();
|
||||
|
||||
glsafe(::glDisable(GL_BLEND));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue