Skip to content

Are the mesh normals angle-weighted? #7542

Answered by MaelRL
stla asked this question in Q&A
Discussion options

You must be logged in to vote

Do you mean vertex normals? If so, for meshes we generally use CGAL::Polygon_mesh_processing::compute_vertex_normal(s). It uses a visibility approach, and if that fails, a sin-weighted sum of incident face normals.

See: doc & code

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by stla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants