twn_draw.h: new camera api

This commit is contained in:
veclavtalica
2024-10-28 12:34:48 +03:00
parent 1d35a3859b
commit d11143ac86
7 changed files with 73 additions and 41 deletions

View File

@ -12,9 +12,7 @@
typedef struct SceneIngame {
Scene base;
Camera cam;
/* TODO: put this in a better place */
Vec3 pos;
float yaw;
float pitch;
float roll;