Skip to content

Conversation

@cbrakensiek
Copy link
Contributor

These new files add four functions: a function that makes all the triangles in the mesh Delaunay, two functions for smoothing vertex positions (circumcenter and Laplacian), and a function for adjusting the mesh so that the edges become a curvature-adaptive target edge length.

@nmwsharp
Copy link
Owner

nmwsharp commented May 7, 2021

These all look great, thank you for submitting!

I just gave them a quick read-through and everything looks pretty solid. I'll pull down the code and do some testing soon, probably at the same time as writing docs.

I was thinking it would work well to combine these algorithms with the "mutation manager" functionality currently in this branch https://github.com/nmwsharp/geometry-central/tree/mutation_manager, and do a release together. The mutation manager adds the ability to track data & update arrays during remeshing operations, so it seems like a great synergy with these algorithms. Just let me know if you have other thoughts!

@fire
Copy link

fire commented Oct 10, 2021

Is there anything I can improve on this?

@mariuszhermansdorfer
Copy link

mariuszhermansdorfer commented Dec 7, 2022

Reviving this thread. In the search for an efficient mesh library to base my Rhino plugin on, I stumbled upon geometry-central. It looks fantastic, but I really need fast remeshing tools. It seems that this PR has not been looked into for more than a year. Andthe only reference to remeshing I can find in the repo is commented out:

Is this functionality being worked on, or have your plans changed @nmwsharp?

@MarkGillespie
Copy link
Collaborator

Thanks for the reminder, I just added the remeshing code in #137

@mariuszhermansdorfer
Copy link

Thanks, @MarkGillespie!

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

Successfully merging this pull request may close these issues.

5 participants