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 5dabae7d0d
commit 12298aa3c8

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;
}