Merge pull request #263 from azisyus/master

fix texture coordinate
This commit is contained in:
Joey de Vries
2022-01-10 12:34:19 +01:00
committed by GitHub

View File

@@ -96,7 +96,7 @@ int main()
25.0f, -0.5f, 25.0f, 0.0f, 1.0f, 0.0f, 25.0f, 0.0f, 25.0f, -0.5f, 25.0f, 0.0f, 1.0f, 0.0f, 25.0f, 0.0f,
-25.0f, -0.5f, -25.0f, 0.0f, 1.0f, 0.0f, 0.0f, 25.0f, -25.0f, -0.5f, -25.0f, 0.0f, 1.0f, 0.0f, 0.0f, 25.0f,
25.0f, -0.5f, -25.0f, 0.0f, 1.0f, 0.0f, 25.0f, 10.0f 25.0f, -0.5f, -25.0f, 0.0f, 1.0f, 0.0f, 25.0f, 25.0f
}; };
// plane VAO // plane VAO
unsigned int planeVBO; unsigned int planeVBO;