+ | Starting camera handling

This commit is contained in:
TheRedShip
2024-10-15 14:11:49 +02:00
parent 1c25a29c38
commit a006174ce5
6 changed files with 72 additions and 2 deletions

View File

@ -29,7 +29,7 @@ int main(void)
size_t size = sizeof(vertices) / sizeof(RT::Vec2f) / 3;
shader.setupVertexBuffer(vertices, size);
while (!window.shouldClose())
{
glClear(GL_COLOR_BUFFER_BIT);