panda3d icon indicating copy to clipboard operation
panda3d copied to clipboard

Implement Navigation using Recast/Detour

Open Maxwell175 opened this issue 1 year ago • 0 comments

Issue description

This PR implements Navigation starting from the work that was done on the gsoc/2020 branch.

Solution description

All commits have been rebased on master.

Checklist

I have done my best to ensure that…

  • [x] …I have familiarized myself with the CONTRIBUTING.md file
  • [x] …this change follows the coding style and design patterns of the codebase
  • [x] …I own the intellectual property rights to this code
  • [x] …the intent of this change is clearly explained
  • [x] …existing uses of the Panda3D API are not broken
  • [ ] …the changed code is adequately covered by the test suite, where possible.

Maxwell175 avatar Jan 24 '24 01:01 Maxwell175