Planet rendering infrastructure stuff

This commit is contained in:
Anuken
2021-09-04 23:28:15 -04:00
parent efe5668c5a
commit 82e659dd80
4 changed files with 38 additions and 15 deletions

View File

@@ -48,6 +48,9 @@ public class MeshBuilder{
begin(grid.tiles.length * 12 * (3 + 3 + 1));
for(Ptile tile : grid.tiles){
if(mesher.skip(tile.v)){
continue;
}
Corner[] c = tile.corners;