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

simplify: Assertion failed: "V should have 3 columns" #9

Open
111116 opened this issue Jun 27, 2020 · 1 comment
Open

simplify: Assertion failed: "V should have 3 columns" #9

111116 opened this issue Jun 27, 2020 · 1 comment

Comments

@111116
Copy link

111116 commented Jun 27, 2020

The simplify program crashes on this obj.

My input:

Manifold/build/simplify -i teapot.obj -o tea.obj -m -f 1000

output:

Output is a manifold!
Assertion failed: (V.cols() == 3 && "V should have 3 columns"), function writeOBJ, file /Users/bilibili/code/sphere-set/Manifold/3rd/igl/writeOBJ.cpp, line 108.
Abort trap: 6

I used sh demo.sh to build it on macOS 10.14.6 (clang-1001.0.46.4).

Not really a big issue for me, since I can simplify other objs as well as outputs from manifold. But I guess there's something that can be fixed.

@111116
Copy link
Author

111116 commented Jun 27, 2020

Oh sorry I didn't see there's a newer version of this repo..

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

1 participant