Unable to import a glTF(glB basically) model using three.js

I wish to show this file in webpage but I have tried a lot but did not work out can anyone check and help me out pleaseeeee.

portal.glb (10.5 KB)

The GLB itself is fine – you can test it in a viewer like https://gltf-viewer.donmccurdy.com/. In three • examples • glTF you can find an example of how to load glTF models in your own three.js project – if that’s not working in your webpage, you’ll need to share complete code or a demo so that we can help you debug it.