starandserpent / java-TerraServer

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

Implement greedy mesher #6

Closed bensku closed 5 years ago

bensku commented 7 years ago

This will improve performance. With any luck, though, we won't need it for first version.

bensku commented 7 years ago

Change to plans: this is probably easier than some other potential optimization methods. It is not even about CPU usage, but RAM and VRAM.

Pawlost commented 5 years ago

I have made greedy meshing, but it needs to be improved, because it creates different mesh for different blocks

Pawlost commented 5 years ago

Greedy meshing is fully implemeted just with some bugs. Ticket wasnt close due misunderstanding.