cong-yi / DualMesh-UDF

45 stars 5 forks source link

non-manifold vertices or edges exist #3

Open jjjkkyz opened 8 months ago

jjjkkyz commented 8 months ago

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.

cong-yi commented 1 month ago

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.