-
Notifications
You must be signed in to change notification settings - Fork 156
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
Remeshing #137
Remeshing #137
Conversation
boundary triangles As recommended by Chen & Holst
boundary triangles As recommended by Chen & Holst
Rad! I only skimmed the changes (and read the dics) but this looks great. Note that the build seems to be failing on Mac. |
Thanks, this looks useful for me as well. From a quick look, this doesn't change any logic in how edge splits/collapses currently work internally, just drives them a particular way according to the remesh code? This is because I use data on corners (so, data on halfedges) and want to be sure my approach to fixing up halfedge data on edge collapse still works (#135) |
Yeah, this just uses the existing split/collapse code to try to improve triangle quality |
Add remeshing functions