adding more gui

This commit is contained in:
Dynamitos
2025-01-26 23:41:25 +01:00
parent 011b40dbde
commit fc62bb24f8
4 changed files with 42 additions and 27 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ struct Camera
glm::vec3 position;
glm::vec3 target;
glm::vec2 sensorSize = glm::vec2(0.036, 0.024);
float S_O = 6.9;
float S_O = 20;
float f = 0.7;
float A = 0.35;
};