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

fatal assertion failure in igl::circulation #19

Open
jwwalker opened this issue Jul 16, 2021 · 1 comment
Open

fatal assertion failure in igl::circulation #19

jwwalker opened this issue Jul 16, 2021 · 1 comment

Comments

@jwwalker
Copy link

When I try to decimate this file to 63% or less, I get a fatal assertion failure in igl::circulation:

Assertion failed: ((EF(e,1) == ff || EF(e,0) == ff) && "e should touch ff"), function operator(), file circulation.cpp, line 30.

forest.obj.zip

I'm working on macOS 11.5 using Xcode 12.5.1.

@FishWoWater
Copy link

FishWoWater commented May 22, 2024

@jwwalker Hi, did you solve this problem? I think the error may occur on non-manifold meshes. At first glance, L97-L156 in decimate.cpp do not update the EI and EMAP, which is used in igl circulation.cpp

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