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

Mesh optimization by Ear Clipping #25

Open
Lucaffo opened this issue Jul 19, 2021 · 1 comment
Open

Mesh optimization by Ear Clipping #25

Lucaffo opened this issue Jul 19, 2021 · 1 comment
Assignees

Comments

@Lucaffo
Copy link
Owner

Lucaffo commented Jul 19, 2021

https://stackoverflow.com/questions/17896447/how-to-simplify-a-marching-squares-mesh

"To get a polygon out of a scalar field (e.g. a bitmap) you should first run a modified version of marching squares that only generates the polygon contour (i.e. in the 16 cases of marching squares you don't generate geometry, you just add points to a polygon), and after that you run a triangulation algorithm (e.g. Delaunay or Ear Clipping)."

@Lucaffo Lucaffo self-assigned this Jul 19, 2021
@Lucaffo
Copy link
Owner Author

Lucaffo commented Jul 19, 2021

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

No branches or pull requests

1 participant