Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to work with other file formats(.obj, .stl, ply) other than .off ? #5

Open
jay-thakur opened this issue Nov 24, 2020 · 1 comment

Comments

@jay-thakur
Copy link

Hi,

Thank you so much for this hole_fixer. I cloned & I am able to fill holes for the given example.

But i have mostly .obj, .stl file formats models.

I tried but getting error
image

Could you please guide How to fill holes in .obj, .stl file formats .

Thanks,
Jay

@lcl1026504480
Copy link

You can change igl::readOFF and igl::writeOFF to igl::readSTL and igl:::writeSTL but there are still some problems in compiling. But it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants