MD: Incorrect FEV For Nearly Axis-Aligned Mesh #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With body position 80.858, 358.368, -309.674 and mesh 1020 in bhop_iso, closest_fev_not_inside returns the wrong FEV.
I believe that I can compare MD Rust and Lua to find the issue.
The bug appears to be in crawl_to_closest_fev, which is returning an edge when it should be returning a face. The MD algorithm itself appears to be returning a face, and then
crawl_to_closest_fevfails to find the correct face.See
debug-26branch.