BoundingBox wrong calculation with Skinned Meshes?

You can compute a perfect bounding box manually if you want:

But usually it’s too expensive to do that every frame as a character moves, and so the default bounding box computation doesn’t try to take armatures into account.

3 Likes