Fix of clipping plane for SLA supports,

probably broken since 1009f78
This commit is contained in:
Lukas Matena 2021-07-23 11:31:48 +02:00
parent 8ebb2e2a29
commit d3b1b1f3d5

View File

@ -323,6 +323,7 @@ private:
{
support_tree_ptr = sla::SupportTree::create(*this, ctl);
tree_mesh = TriangleMesh{support_tree_ptr->retrieve_mesh(sla::MeshType::Support)};
tree_mesh.require_shared_vertices();
return support_tree_ptr;
}