PG: https://www.babylonjs-playground.com/#ASDN0P#1
Hi,I am getting the same BoundingInfo after scaling the mesh.
var bb1 = sphere.getBoundingInfo().boundingBox;
sphere.scaling=new BABYLON.Vector3(2,2,2);
sphere.refreshBoundingInfo();
var bb2 = sphere.getBoundingInfo().boundingBox; //I am getting a bounding box with the same values of bb1.
var areEqual=bb1.minimumWorld.equals(bb2.minimumWorld) && bb1.maximumWorld.equals(bb2.maxim