moving files

This commit is contained in:
Dynamitos
2025-01-25 13:04:12 +01:00
parent 9370e4125a
commit a47f921d08
14 changed files with 152 additions and 80 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ int main()
{
Scene scene;
Window window(1920, 1080);
scene.render(
scene.startRender(
Camera{
.position = glm::vec3(10, 0, 0),
.direction = glm::vec3(-1, 0, 0),