day-night loop, dynamic skybox, clock on debug panel

This commit is contained in:
MihailRis
2023-11-28 11:01:22 +03:00
parent 4a9a4ddd14
commit c08c31b0ad
24 changed files with 599 additions and 48 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ public:
void rotate(float x, float y, float z);
mat4 getProjection();
mat4 getView();
mat4 getView(bool position=true);
mat4 getProjView();
};