starandserpent / java-TerraServer

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

Layered chunk meshes #25

Open bensku opened 5 years ago

bensku commented 5 years ago

Regenerating whole chunk mesh is time-consuming. For frequently changed chunks, we might be able to stack 64 "2D" meshes on top of each other instead. @Pilvinen gave the idea, and I think it is at least worth testing.