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'm was getting errornous behaviour if error if obstacles overlap all of the initial outer boundary of the Polyana::Triangulation.
This resulted in an empty navmesh, because the merge_obstacle function has/had an error/wasn't intended to handle this case.
I think I solved this problem, althought I'm not sure if you want the changes there to be merged upstream, you might want some changes to be done.
The text was updated successfully, but these errors were encountered:
AnAverageGitUser
changed the title
error if obstacles overlap the all of the initial outer boundary
error if obstacles overlap all of the initial outer boundary
Jan 19, 2024
I'm was getting errornous behaviour if error if obstacles overlap all of the initial outer boundary of the Polyana::Triangulation.
This resulted in an empty navmesh, because the merge_obstacle function has/had an error/wasn't intended to handle this case.
I think I solved this problem, althought I'm not sure if you want the changes there to be merged upstream, you might want some changes to be done.
Anyway if anyone has a similar problem, for the time beeing you can check if the branch/commit here is doing what you want: main...AnAverageGitUser:polyanya:aagu/myapp current commit 82f2ec7
The text was updated successfully, but these errors were encountered: