commented assert line 198 that works only for quadrilateral meshes
This commit is contained in:
parent
4547c0ee01
commit
2a389bd83d
vcg/complex/algorithms
|
@ -195,7 +195,7 @@ namespace tri {
|
||||||
}
|
}
|
||||||
p.FlipV();
|
p.FlipV();
|
||||||
} while(p!=start);
|
} while(p!=start);
|
||||||
assert(vs.size() == fs.size()+2);
|
//assert(vs.size() == fs.size()+2);
|
||||||
}
|
}
|
||||||
static void ExtractPolygon(typename TriMeshType::FacePointer tfp, std::vector<typename TriMeshType::VertexPointer> &vs)
|
static void ExtractPolygon(typename TriMeshType::FacePointer tfp, std::vector<typename TriMeshType::VertexPointer> &vs)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue