Quote: "
Wait, you want to load your terrain as 10,000 different tiles?!??! Wouldn't you better off with, like, 16 tiles? 10,000 seems like a bit much.
"
Each tile is 500x500 but maybe I should make it bigger?
I'm using a 9x9 matrix:
123
456
789
The player are on tile 5. When he moves toward tile 6 then i will turn off tile 1,4,7 and turn on tiles after 3,6,9.
that means that I need to load 3 tiles at the time. He can only see 1 tile ahead but when he is at the border of 5 and 6 he can actually only see to the border of 6.
The problem is the loadtime. When I do it with plane object there are no problems because its so fast...
But I will try to make the tiles bigger...
Niels Henriksen
www.tales-of-the-realms.com
if Microsoft can sell software with bugs, so can I.