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

Region2d.toMesh fails on extruded regions #6

Open
ianmackenzie opened this issue Dec 12, 2017 · 0 comments
Open

Region2d.toMesh fails on extruded regions #6

ianmackenzie opened this issue Dec 12, 2017 · 0 comments
Assignees
Labels

Comments

@ianmackenzie
Copy link
Member

Incorrectly-oriented triangles are produced since accumulate in the ExtrusionRegion case of regionToMesh produces vertices in reversed order. The quick fix is to reverse startVertices before constructing endVertices.

@ianmackenzie ianmackenzie self-assigned this Dec 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant