Flipped UI, minor changes

Flipped UI, removed extra Batch2D, added comments and minor changes
This commit is contained in:
MihailRis
2022-06-29 14:03:36 +03:00
committed by GitHub
parent c3b4357852
commit 88c1695903
7 changed files with 67 additions and 66 deletions
+1
View File
@@ -24,6 +24,7 @@ public:
float zoom;
mat4 rotation;
bool perspective = true;
bool flipped = false;
Camera(vec3 position, float fov);
void rotate(float x, float y, float z);