This commit is contained in:
Abdelrahman Said 2024-12-02 22:07:17 +00:00
parent babe58f0a5
commit d8ab418180

View File

@ -110,18 +110,18 @@ int main() {
}; };
std::vector<GLuint> indices = { std::vector<GLuint> indices = {
14, 5, 9, 14, 5, 9,
9, 7, 14, 9, 7, 14,
4, 3, 12, 4, 3, 12,
12, 8, 4, 12, 8, 4,
1, 6, 13, 1, 6, 13,
13, 4, 1, 13, 4, 1,
2, 9, 15, 2, 9, 15,
15, 0, 2, 15, 0, 2,
13, 10, 3, 13, 10, 3,
3, 4, 13, 3, 4, 13,
7, 9, 2, 7, 9, 2,
2, 11, 16 2, 11, 16,
}; };
GLuint vao = 0; GLuint vao = 0;