best way of rendering more 3D models in three.js that not slow down page?
Posted
by
GDevLearner
on Game Development
See other posts from Game Development
or by GDevLearner
Published on 2012-12-15T16:34:32Z
Indexed on
2012/12/15
17:18 UTC
Read the original article
Hit count: 157
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?
© Game Development or respective owner