Audio module, simple text rendering
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user