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

Add a way to pass input normal to faces #8638

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

sloriot
Copy link
Member

@sloriot sloriot commented Dec 2, 2024

Avoid computing them when they are known.

  • Normals are only used for estimating the angle between neighbor faces. PCA is used to estimate the plane.
  • sorting should be reusing the triangulation of faces that is already done in regions (pass the internal map to sort() for exemple). PCA is also used here to estimate the flatness score of a face in its neighborhood
  • About sorting: I'm not sure it wouldn't be a better idea to simply sort using the area of the faces and ignore flatness of the neighborhood.

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

Successfully merging this pull request may close these issues.

1 participant