How to get the mesh AABB as array of Vector3?

Hello, I want to get the AABB of a mesh but I’ve search on google and not found this.
If there isn’t this function, how can I calculate it?

So easy:
let aabb = mesh.getBoundingInfo();

1 Like

Welcome to the forum, CS. Good to have you with us. And thanks for helping to answer forum questions. :wink:

Oh, ok man, :slight_smile: