Navmesh parenting

repro: https://www.babylonjs-playground.com/#X5XCVT#200

navmesh parented to another object, all the transform calls don’t respect parented coordinates. I think we should support parented navmeshes as there are use cases for it. Thoughts ?

That one is for @Cedric!

1 Like

I see what’s wrong…fixing it now.

PR : Force worldmatrix to be updated before baking vertices by CedricGuillemet · Pull Request #9017 · BabylonJS/Babylon.js · GitHub

2 Likes

Thanks for the fix, tested…works ! :slight_smile:

1 Like