Chailotl / osuve

Open-Source Unity Voxel Engine
GNU General Public License v3.0
46 stars 9 forks source link

Region system #11

Open Chailotl opened 6 years ago

Chailotl commented 6 years ago

Similar to the column system, there may be useful data that may be applied to a larger cube of chunks, such as Minecraft's regional difficulty. Perhaps entities may be stored per region as well, rather than per chunk.

Additionally it may be useful to store chunks in regions to optimize disk storage in a tree-esque way.