Open alecjacobson opened 6 years ago
I don’t want to expose that, because that function simplifies input within envelop, which may introduce self-intersections. Note that it’s not a real mesh simplification, it’s just a preprocessing.
It’s in class Preprocess.
Could you point me to the function in the code so I could dig it out if I wanted? (race condition :- ) thanks.
Line 293 & 330 in Preprocess.cpp are two functions for collapsing and swapping surface edges.
Would it be possible to expose the "preprocessing" stage that remeshes the input (collapsing small triangles etc.) to the command line user? This could be very useful in other contexts, too.
(in the meanwhile, which function does this in the code?)