Load large size gltf files

gltf file
https://raw.githubusercontent.com/esa08/virtual-gallery/master/3d-models/rooms/Test_Villume.gltf

my playground
https://www.babylonjs-playground.com/#MZ1I83#3

I have problem about load gltf file… after loaded, my browser not responding…
is this file big? or what?

please help, I’m a beginner

By default all meshes are pickable, so if you click on your mesh it will stuck the program because your model has a very high number of vertices (more than 220M)!

Just disable picking for all meshes:

https://www.babylonjs-playground.com/#MZ1I83#4

…and welcome aboard!

thank you for help… I am so happy