Skip to content

How to Detect Inward-Facing Normals in a Band-Shaped Mesh? #4539

Answered by Grantim
Gihong-Yim asked this question in Q&A
Discussion options

You must be logged in to vote

Hello!

This is actually quite tricky task in common case, but if you have single component and know that it is convex (or at least mostly convex), you can use volume calculation to determine if it is looking backwards: if volume is positive - than everything is OK, if volume is negative - than your normals are inverted and you may need to flip orientation.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Gihong-Yim
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