In paper, you have say using a postprocess step to get a manifold mesh.
But I still get a mesh with non-manifold.
By checking your code, I don't see some function about this postprocess.
Is I miss something? Or this reposity don't contain postprocess code?
Sorry for the late reply. In this repository I don't include the postprocessing code. For practical use, I recommend post-processing methods such as igl::fast_winding_number.
In paper, you have say using a postprocess step to get a manifold mesh. But I still get a mesh with non-manifold. By checking your code, I don't see some function about this postprocess. Is I miss something? Or this reposity don't contain postprocess code?
Thanks for any reply.