The need to reduce mesh count

Posted by OJW on Game Development See other posts from Game Development or by OJW
Published on 2012-10-22T20:47:44Z Indexed on 2012/10/22 23:19 UTC
Read the original article Hit count: 131

Filed under:
|

In Panda3d, I load a model and place 10000 references to it in the scene-graph. It runs at (say) 2Hz.

I load a 3d model containing 10000 copies of that exact same object, and it runs at (say) 60Hz. As does using the flattenStrong() command which is effectively the same thing but at runtime.

So the question is: is this behaviour a peculiarity of Panda3d, or is it a fundamental law which applies to all games engines?

© Game Development or respective owner

Related posts about 3d-meshes

Related posts about panda3d