Whenever I download 3D models from sketchfab.com and bring them into my Three.js scene, they often end up not being centered and appear overly large in size.
I am curious if there is a method to automatically center and adjust the scale of gltf models using a script or software specifically designed for Linux. Alternatively, I would like to know if it's possible to accomplish this directly within Three.js while utilizing OrbitControls to navigate around the object smoothly.