andriyDev / landmass

A navigation system for video games written in Rust.
Apache License 2.0
14 stars 1 forks source link

Fix linkable edges being computed incorrectly. #18

Closed andriyDev closed 1 year ago

andriyDev commented 1 year ago

Previously, linkable edges were computed in local space against world space region bounds. Now the linkable edges are transformed to world space before testing against the world space region bounds.

Regardless, these linkable edges are yet to be used. But they will be as part of #7.