Camera view selection

Added toggle to select the preferred camera view between "auto", "standard", "wide", and "driver".
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent e20aaf75e5
commit 4b511bb036
7 changed files with 19 additions and 2 deletions

View File

@@ -181,6 +181,8 @@ typedef struct UIScene {
float lane_width_left;
float lane_width_right;
int camera_view;
QPolygonF track_adjacent_vertices[6];
} UIScene;