better face error handler

This commit is contained in:
Irlan
2018-05-12 19:58:34 -03:00
parent 59990ed981
commit 096747a49d
2 changed files with 30 additions and 17 deletions

View File

@ -132,7 +132,9 @@ private:
bool MergeLargeFace(qhFace* face);
void FixMerge(qhFace* face, qhHalfEdge* ein);
bool FixFace(qhFace* face);
qhHalfEdge* FixMerge(qhFace* face, qhHalfEdge* ein);
qhHalfEdge* FindHalfEdge(const qhVertex* v1, const qhVertex* v2) const;