enable required VFAdjacency on tmp mesh on SplitManifoldComponents

This commit is contained in:
alemuntoni 2020-11-12 18:55:28 +01:00
parent 8409535255
commit a65010f34d
1 changed files with 2 additions and 0 deletions

View File

@ -685,6 +685,8 @@ public:
UpdateFlags<MeshType>::FaceClearS(m);
MeshType tmpMesh;
tmpMesh.vert.EnableVFAdjacency();
tmpMesh.face.EnableVFAdjacency();
size_t selCnt=0;