-
Notifications
You must be signed in to change notification settings - Fork 16
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
anisotropic remeshing #10
Comments
Probably a bit of work as I'd have to go over the algorithm again. The paper I used to reference isn't out there, do you know where I could find it? |
Are you talking about ACVD? here are the links for the three papers mentioned in ACVD repo. |
I'm not seeing references to anisotropic remeshing in the referenced papers. Currently, I think I've only implemented isotropic (uniform) remeshing, though there is an option to increase the density of the mesh nearby areas of high curvature. |
Essentially that is anisotropic remeshing. “Increase the density at areas of high curvature” I didn’t see where this option is in pyavcd. In acvd there was an option to specify 0 for uniform and higher to increase the density as a function of curvature. |
I'll have to add that in. Let me see if I can get an update over the weekend. |
Took a look at this again today and it's not something I'll be able to easily implement. |
What would it take to implement the anisotropic remeshing similar to ACVD?
The text was updated successfully, but these errors were encountered: