starandserpent / java-TerraServer

Terra - Voxel octree of chunks, made for Rituals of the old
MIT License
17 stars 2 forks source link

Enable octree optimizations #2

Open bensku opened 7 years ago

bensku commented 7 years ago

When generating a chunk, world generator should provide amount of materials used and possibly other metadata. This would allow efficient octree packing usage.

I will also need to think about live octree-chunk conversions - how to do them best.

bensku commented 7 years ago

Work in progress. I was trying to implement this, but it turned out that chunk buffer changes (#9) need to be completed first.

bensku commented 6 years ago

9 has now been concluded and as result, some optimizations have been enabled. More to go...