Collosion and rendering issue

i am getting issue in rendering building in three js as a map as i am working on a website i dont know how to add collosion in model or using three js can anyone help

What do you mean by collision?

Three.js is just a rendering library, so for any kind of physics you’ll need to add some additional physics library like cannon / jolt / rapier (you can see source code for the physics code in the bottom-right corder in the official docs.)

1 Like