How to get the blocks seen by the player?

Posted by m4tx on Game Development See other posts from Game Development or by m4tx
Published on 2011-02-04T09:43:12Z Indexed on 2012/07/08 21:24 UTC
Read the original article Hit count: 214

Filed under:
|

I'm writing a Minecraft-like game using Ogre engine and I have a problem. I must optimize my game, because when I try draw 10000 blocks, I have 2 FPS... So, I got the idea that blocks display of the plane and to hide the invisible blocks. But I have a problem - how do I know which blocks at a time are visible to the player?

And - if you know of other optimization methods for such a game, write what and how to use them in Ogre.

© Game Development or respective owner

Related posts about ogre

Related posts about minecraft