mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
Fixed issue that the lower half of the object was shown darker than the upper half of the object after slicing with MMU segmentation.
This commit is contained in:
parent
2cbf7728bb
commit
2438e3a891
2 changed files with 2 additions and 0 deletions
|
@ -651,6 +651,7 @@ void TriangleSelectorMmuGui::render(ImGuiWrapper *imgui)
|
|||
shader->stop_using();
|
||||
});
|
||||
shader->set_uniform("slope.actived", false);
|
||||
shader->set_uniform("print_box.actived", false);
|
||||
|
||||
for (size_t color_idx = 0; color_idx < m_iva_colors.size(); ++color_idx) {
|
||||
if (render_colors[color_idx]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue