Fixed wrong check for FF adj.
This commit is contained in:
parent
8ac85892e3
commit
20429b9801
|
@ -344,8 +344,9 @@ public:
|
|||
{
|
||||
RequirePerFaceFlags(m);
|
||||
RequirePerVertexFlags(m);
|
||||
RequirePerFaceAdjacency(m);
|
||||
// tri::MeshAssert<MeshType>::FFAdjacencyIsInitialized(m);
|
||||
RequireFFAdjacency(m);
|
||||
// MeshAssert<MeshType>::FFAdjacencyIsInitialized(m);
|
||||
|
||||
VertexClearB(m);
|
||||
for(FaceIterator fi=m.face.begin();fi!=m.face.end();++fi)
|
||||
if(!(*fi).IsD())
|
||||
|
|
Loading…
Reference in New Issue