I've been scouring different sources in hopes of finding a way to obtain the width and height of a mesh, but I haven't had any luck. I have imported a collada model into my project, and all I need is to determine its dimensions in Webgl/Three.js Units so that I can accurately calculate collisions in my game. How should I approach getting the width and height of a mesh in THREE.js?