Skip to content
Snippets Groups Projects
Commit 7cfaaa3e authored by Wendy Merks-Swolfs's avatar Wendy Merks-Swolfs
Browse files

Use same tolerance in "Tet* walk (Tet *t, Vert *v, int maxx, double...

Use same tolerance in "Tet* walk (Tet *t, Vert *v, int maxx, double &totSearch, int thread)" as in "static Tet* tetContainsV (Vert *v, cavityContainer &cavity)" as now the initial tet from the walk function may be some flat tets away. When building up the cavity, flat tets between the initial tet and the tet containing the vertex may not include the vertex in their sphere, resulting in that they won't end up in the cavity and so the function "tetContainsV" will not find any tet. What will result in invalid cavities, unable to recover the boundary and finally, no mesh.
parent 0ce61dd3
No related branches found
No related tags found
1 merge request!62Fix invalid cavities delaunay 3d
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment