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

configurable viewport draw range

This commit is contained in:
milek7
2019-03-18 23:07:28 +01:00
parent 8685b0ec47
commit 4b3bea9ea3
5 changed files with 11 additions and 1 deletions

View File

@@ -208,6 +208,7 @@ struct global_settings {
std::string monitor;
int width, height;
glm::mat4 transform;
float draw_range;
};
std::vector<extraviewport_config> extra_viewports;