Skip to content

Commit

Permalink
Merge branch 'main' into feature/bs1.8beta
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever committed Nov 22, 2023
2 parents ad23ccd + a6163a1 commit 4fe9b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slic3r/GUI/GCodeViewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4037,7 +4037,7 @@ void GCodeViewer::render_shells()
shader->start_using();
shader->set_uniform("emission_factor", 0.1f);
const Camera& camera = wxGetApp().plater()->get_camera();
m_shells.volumes.render(GLVolumeCollection::ERenderType::Transparent, true, camera.get_view_matrix(), camera.get_projection_matrix());
m_shells.volumes.render(GLVolumeCollection::ERenderType::Transparent, false, camera.get_view_matrix(), camera.get_projection_matrix());
shader->set_uniform("emission_factor", 0.0f);
shader->stop_using();

Expand Down

0 comments on commit 4fe9b9a

Please sign in to comment.