-
Notifications
You must be signed in to change notification settings - Fork 120
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
Triangulation issue: Zebra #831
Comments
@pca006132 Unfortunately |
Make sense, that code was assuming non-intersecting (touching) polygons. Should try to make it more general one day... |
Can we get a new polygon dump, since something must have changed compared to our existing tests? |
Yeah, I think it is probably related to precision. |
Trying to reproduce, so far I cannot get the result that @kintel got. |
cannot reproduce downstream anyway |
The following OpenSCAD script yields a bad Manifold triangulation:
Note: This single font glyph consists of ~120 separate outlines with >62K vertices.
Saving as SVG and reading that back yields the same issue (SVG attached for convenience).

The output after enabling
MANIFOLD_DEBUG
andPolygonParams().processOverlaps = false
:zebra.cc.zip
The text was updated successfully, but these errors were encountered: