semi-transparent water rendering (TODO)

This commit is contained in:
2022-01-29 00:43:11 +08:00
parent 904221ac14
commit fea09c5012
18 changed files with 250 additions and 68 deletions

View File

@@ -25,7 +25,7 @@ type Chunk struct {
vao, vbo uint32
vbolen int
}
vertUpdate chan []Vertex
vertUpdate chan [2][]Vertex
world *World
}