it does something

This commit is contained in:
Dynamitos
2025-01-26 19:43:06 +01:00
parent 98020d4455
commit cc2f92aaab
12 changed files with 199 additions and 89 deletions
+4 -4
View File
@@ -10,8 +10,8 @@ int main()
Window window(1920, 1080);
scene.startRender(
Camera{
.position = glm::vec3(0, 10, 10),
.direction = glm::vec3(0, -1, -1),
.position = glm::vec3(5, 5, 5),
.direction = glm::vec3(-1, -1, -1),
},
RenderParameter{
.width = 1920,
@@ -25,8 +25,8 @@ int main()
{
scene.startRender(
Camera{
.position = glm::vec3(0, 10, 10),
.direction = glm::vec3(0, -1, -1),
.position = glm::vec3(5, 5, 5),
.direction = glm::vec3(-1, -1, -1),
},
RenderParameter{
.width = 1920,