Want to display 100 models

Hello I want to display 100 models, if I add directly it decreases the performance any other ways to add 100 models without decreasing performance?

Try three.js docs
It instances your mesh, so if your mesh ist always the same and you only need to adjust e.g. the rotation, scale etc this works great

3 Likes