in GLTFLoader._loadVertexDataAsync,geometry._boundingInfo is created according position accessor, and geometry.useBoundingInfoFromGeometry is set to true.
When the number of meshes and vertex data is particularly large, the performance gap between refreshBoundingInfo and updateBoundingInfo is obvious. I want to keep the load time as low as possible to enhance the user experience