skybox projection improvement

This commit is contained in:
MihailRis
2024-01-26 14:52:41 +03:00
parent d4999901c2
commit 1409df4b86
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ public:
glm::mat4 getProjection();
glm::mat4 getView(bool position=true);
glm::mat4 getProjView();
glm::mat4 getProjView(bool position=true);
void setFov(float fov);
float getFov() const;