Michael Hadley
Michael Hadley
Stumbled across this recently after running into issues removing a part from a compound body. I can confirm that original approach (simply using `setParts`) does not work as is. E.g....
Hi @wristork, can you share a link to a minimal project setup where this error occurs?
There are a few todos to tackle in the next update, including that and upgrading everything to TS. If you wanted to tackle any in a PR, they'd be more...
Thanks for sharing. I forgot to update this thread when I was doing some research recently. NavMesh doesn't find the absolute shortest path - it finds a good path very...
Glad it helped with getting things up and running. Some initial thoughts: - Dynamic updates, good question. I haven't experimented with that, but it might be possible to refactor how...
Hmm, I'll have to think on these this weekend. Thanks for sharing your thoughts. Sounds like an intriguing game. - Just making sure I've got my head around the use...
Heh - no worries. Sounds good. I just started a push to get the library converted to typescript so that I can start looking into improvements more seriously (and in...
Slowly plugging away at these issues. A few updates here: - Added a way to generate meshes from Tilemaps via [buildMeshFromTilemap](https://www.mikewesthad.com/navmesh/docs/classes/phaser_navmesh.phasernavmeshplugin.html#buildmeshfromtilemap) (or 2D grids via [buildPolysFromGridMap](https://www.mikewesthad.com/navmesh/docs/modules/navmesh.html#buildpolysfromgridmap)). I still need to...
Heh, I've definitely been there 👍🏽
Here's a fresh build: https://github.com/openframeworks/ofBook/releases/tag/v1.0.0. After we made that decision to scrap the PDF book, I occasionally made some small tweaks to keep that pipeline limping along. It's currently broken...