ranahanocka / point2mesh

Reconstruct Watertight Meshes from Point Clouds [SIGGRAPH 2020]
MIT License
1.04k stars 121 forks source link

building and reproduceability fixes #33

Open smokhov opened 2 years ago

smokhov commented 2 years ago

Dear @ranahanocka and @galmetzer -- thank you for your work!

I believe this PR: fixes #10 fixed #31

One of my students -- @Domi2000 -- was working on a wrapper of point2mesh in our OpenISS project to generate meshes from depth-image-based point-clouds and one of our C++ wrappers (OIPoint2MeshAdapter) was for your tool. She had to reproduce the work and modernize dependencies as a result and this is what this PR contributes.

Hopefully you and others appreciating your work find this PR useful! Please also consider the other PR -- #11 -- from another student of mine.

Thanks!