Import gltf scene and create bounding boxes using javascript
I am currently developing an online browser 3d Game. The whole collision detection should be calculated both on the server and the client to obviate hackers. As the physics engine I decided to use rapier as it seems to be…