-
-
Notifications
You must be signed in to change notification settings - Fork 380
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
vtkPolyDataNormals - Cell Normals #2434
Comments
I will use this spot to draw my concern cause it is somehow related. How it is posible to a attach a normal vector to a single point? I came across it, when using vtkPolyDataNormals to compute the normals of some cells, since a cell in some situations represents a surface. Basic mathematics teach us a normal vector can be computed solely on N-Dimensional (where N>2) surfaces. In other words, not on single points or even lines. |
A point typically has the same normal of the cell. |
🎉 This issue has been resolved in version 28.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Need
At the moment, the
vtkPolyDataNormals
is only able to calculate the vertex normals.I might be interesting to also compute the cell normals instead based on a programmatically set boolean.
Based on the suggestion of @finetjul in this reply
ps. You can assign me on this issue.
The text was updated successfully, but these errors were encountered: