mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 09:56:04 +08:00
SPE-1671 - Fixed visibility of supports while using clipping plane in SLA supports gizmo
This commit is contained in:
parent
5d9078138c
commit
ca2f1f4cd0
@ -141,7 +141,8 @@ void GLGizmoSlaSupports::on_render()
|
|||||||
|
|
||||||
m_selection_rectangle.render(m_parent);
|
m_selection_rectangle.render(m_parent);
|
||||||
m_c->object_clipper()->render_cut();
|
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));
|
glsafe(::glDisable(GL_BLEND));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user