format: reformat project

Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
This commit is contained in:
Vyacheslav Ivanov
2024-08-03 19:53:48 +03:00
committed by Pugemon
parent 736cd175d5
commit bbf33e8e4d
202 changed files with 7389 additions and 5609 deletions
+3 -3
View File
@@ -29,11 +29,11 @@ public:
void rotate(float x, float y, float z);
glm::mat4 getProjection();
glm::mat4 getView(bool position=true);
glm::mat4 getProjView(bool position=true);
glm::mat4 getView(bool position = true);
glm::mat4 getProjView(bool position = true);
void setFov(float fov);
float getFov() const;
};
#endif // WINDOW_CAMERA_HPP_
#endif // WINDOW_CAMERA_HPP_