16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 11:39:19 +02:00

generalized perspective config

This commit is contained in:
milek7
2019-11-20 23:45:08 +01:00
parent a16cf6cdab
commit 5b172ec663
5 changed files with 109 additions and 52 deletions

View File

@@ -229,9 +229,11 @@ struct global_settings {
struct extraviewport_config {
std::string monitor;
int width, height;
glm::mat4 transform;
float draw_range;
viewport_proj_config projection;
};
std::vector<extraviewport_config> extra_viewports;