Audio module, simple text rendering

This commit is contained in:
MihailRis
2022-03-20 23:48:21 +03:00
committed by GitHub
parent e96fd909ea
commit 1770acbfef
15 changed files with 702 additions and 17 deletions
+1
View File
@@ -23,6 +23,7 @@ public:
float fov;
float zoom;
mat4 rotation;
bool perspective = true;
Camera(vec3 position, float fov);
void rotate(float x, float y, float z);