Terrain sqaure loading

Posted by AndroidXTr3meN on Game Development See other posts from Game Development or by AndroidXTr3meN
Published on 2012-11-19T16:56:19Z Indexed on 2012/11/19 17:23 UTC
Read the original article Hit count: 307

Filed under:
|
|
|

Games like Skyrim, Morrowind, and more are using quads or sqaure to divide the terrain if im correct. The player is always at #5

1 | 2 | 3
4 | 5 | 6
7 | 8 | 9

So whenever you cross the border you unload and load the new "areas" But if the user goes just over the edge and then the second after goes back previous area a lot of uneccessary loading and unloading is done. Is there a general approach to this becuase I dont think games like skyrim have this issue?

Cheers!

© Game Development or respective owner

Related posts about java

Related posts about 3d