BoundingBox does not update after transforming mesh

It should NOT. The local vectors are, well, locals :wink: Which mean they are BEFORE the world transform. They only change if you change the inner geometry.

What you are looking for is vectorsWorld:
bounding info not updating | Babylon.js Playground (babylonjs.com)

3 Likes