WIP: Fixed loading of SLA support meshes.

This commit is contained in:
bubnikv 2018-11-16 18:59:13 +01:00
parent 6981152d74
commit b59d5d083f

View file

@ -3941,6 +3941,7 @@ void GLCanvas3D::reload_scene(bool force)
}
}
for (size_t istep = 0; istep < sla_steps.size(); ++ istep)
if (! instances[istep].empty())
m_volumes.load_object_auxiliary(print_object, object_idx, instances[istep], sla_steps[istep], m_use_VBOs && m_initialized);
}
}