Comments up date

This commit is contained in:
austin 2023-04-23 16:03:22 -04:00
parent c30f30b8a0
commit 703f42f8e7

View File

@ -557,14 +557,14 @@ public class TerrainChunkModelGeneration {
glBindVertexArray(mesh.vertexArrayObject);
// 5 6
// +-------------+ +-----5-------+
// / | / | / | /|
// / | / | 4 9 6 10
// 4 +-----+-------+ 7 | +-----+7------+ |
// | 1 +-------+-----+ 2 | +-----1-+-----+
// | / | / 8 0 11 2
// | / | / | / | /
// 0 +-------------+ 3 +------3------+
// +-------------+ +-----5-------+ ^ Y
// / | / | / | /| | _
// / | / | 4 9 6 10 | /\ Z
// 4 +-----+-------+ 7 | +-----+7------+ | | /
// | 1 +-------+-----+ 2 | +-----1-+-----+ | /
// | / | / 8 0 11 2 | /
// | / | / | / | / |/
// 0 +-------------+ 3 +------3------+ +---------------> X
//the current grid cell
GridCell currentCell = new GridCell();