Comments up date
This commit is contained in:
parent
c30f30b8a0
commit
703f42f8e7
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user