nnarain / World

Procedural World Project
3 stars 0 forks source link

Cache loaded chunks #61

Closed nnarain closed 6 years ago

nnarain commented 6 years ago

Chunks should be cached and maintained as long as they are a certain distance from the player. That way they do not have to be reloaded.

nnarain commented 6 years ago

Using the hashmap again