Currently, I am involved in an AR project that utilizes three.js and involves working with various 3D models. One issue I have encountered is the inconsistency in sizes among the models. I aim to have all the models of the same size, which requires setting uniform dimensions for each. My initial attempt to address this involved using bounding boxes and bounding spheres, but unfortunately, this approach was ineffective.
How can I accurately determine the sizes of the models and successfully set them to be uniform?