best way of rendering more 3D models in three.js that not slow down page?
- by GDevLearner
I am in the way of creating a 3D web game using threeJS library. This is a multi-player game that players are 3D human models in game, and I need to add a human 3D model for each player that enters the game. Additionally, I want to animate the humans while they walking, but the problem, here is that adding a 3D model and animating that for each player will slow down the game or maybe cause the browser to crash.
question: what is the better way of showing and animating the player's models that will not slow down the game?