Skip to content

Explain the difference between fixupCorridor and dtMergeCorridorStartMoved functions #633

Answered by grahamboree
elsid asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for pointing this out! It's likely that this was an oversight and RecastDemo should be using dtMergeCorridorStartMoved rather than re-implementing it. I've added this as an issue: #634

For context, we try to make the coupling of recast and detour as minimal as possible. The idea is that you should (in theory at least) be able to use either independent of the other. As a result, there are a handful of helper functions that are duplicated in both recast and detour and only differ by their rc or dt prefix.

Replies: 1 comment

Comment options

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