You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the edges that emerge from collapsing triangles (i.e if we collapse (A,B,C) along (A,B) then the edge (C,new) does not in fact create a new simplex for (C,new) but rather re-uses one of the ones for (A,C) or (B,C)
evidence:
It seems that the edges that emerge from collapsing triangles (i.e if we collapse (A,B,C) along (A,B) then the edge (C,new) does not in fact create a new simplex for (C,new) but rather re-uses one of the ones for (A,C) or (B,C)
evidence:
wildmeshing-toolkit/src/wmtk/TriMeshOperationExecutor.cpp
Line 250 in 31a3e74
The text was updated successfully, but these errors were encountered: