enable required VFAdjacency on tmp mesh on SplitManifoldComponents
This commit is contained in:
parent
8409535255
commit
a65010f34d
|
@ -685,6 +685,8 @@ public:
|
|||
UpdateFlags<MeshType>::FaceClearS(m);
|
||||
|
||||
MeshType tmpMesh;
|
||||
tmpMesh.vert.EnableVFAdjacency();
|
||||
tmpMesh.face.EnableVFAdjacency();
|
||||
|
||||
size_t selCnt=0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue