You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found this code very useful -- thank you. Surface reconstruction is out of my area of expertise so this comment might be invalid... I have found the need to guard against colinear points in findSeedTriangle. Otherwise it can return a seed triangle with normal()=nan
The text was updated successfully, but these errors were encountered:
Hi! Thank you for reaching out! I am glad you found it useful!
This implementation is intentionally kept simple so I am sure there are lots of quality bugs like the one you described. If I find some time, I can implement a quick fix, like enforcing a minimum for all angles in the seed triangle, or a minimum area, etc. Feel free to also propose a PR!
I've found this code very useful -- thank you. Surface reconstruction is out of my area of expertise so this comment might be invalid... I have found the need to guard against colinear points in findSeedTriangle. Otherwise it can return a seed triangle with normal()=nan
The text was updated successfully, but these errors were encountered: