Name: Anonymous 2013-04-10 13:50
How do you suggest I store my world chunks (java)? I currently uses an hashmap with a string as key made by using the chunks x cord + " " y cord. It seems to work fine until I want to rebuild my meshes. When I use hashmap.get(key).rebuildMesh(); It simply throws errors. So if anyone can either give me a tip on how to solve this or recommend me another method that would be great.