Hello, I'm trying to get some dimensions of models I load using GetBoundingInfo method on Mesh. Using console.log to debug the return values I see something I can't understand. When the variables are printed in the console log, the dimensions are wrong (first picture). But when I click on the variable on Firebug to see a tree view of the variable dimensions are correct (second picture). Do you have any idea why that is happening? Sadly if I store the return value in a variable inside JS