mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Fix outline rendering
This commit is contained in:
parent
71fd4084c2
commit
03daf61862
4 changed files with 65 additions and 249 deletions
|
@ -116,8 +116,8 @@ void GLGizmoFdmSupports::render_painter_gizmo()
|
|||
//BBS: draw support volumes
|
||||
if (m_volume_ready && m_support_volume && (m_edit_state != state_generating))
|
||||
{
|
||||
//m_support_volume->set_render_color();
|
||||
::glColor4f(0.f, 0.7f, 0.f, 0.7f);
|
||||
// TODO: FIXME
|
||||
m_support_volume->set_render_color({0.f, 0.7f, 0.f, 0.7f});
|
||||
m_support_volume->render();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue