mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 21:35:57 +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,6 +141,7 @@ void GLGizmoSlaSupports::on_render()
|
||||
|
||||
m_selection_rectangle.render(m_parent);
|
||||
m_c->object_clipper()->render_cut();
|
||||
if (are_sla_supports_shown())
|
||||
m_c->supports_clipper()->render_cut();
|
||||
|
||||
glsafe(::glDisable(GL_BLEND));
|
||||
|
Loading…
x
Reference in New Issue
Block a user