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

openvr WIP

This commit is contained in:
milek7
2020-09-29 22:27:13 +02:00
parent ffa01f8e6d
commit 936effa9db
21 changed files with 693 additions and 65 deletions

View File

@@ -231,6 +231,8 @@ struct global_settings {
bool gfx_extraeffects = true;
bool gfx_shadergamma = false;
bool gfx_usegles = false;
bool vr = false;
std::string vr_backend;
float map_highlight_distance = 3000.0f;
@@ -271,7 +273,7 @@ struct global_settings {
headtrack_config headtrack_conf;
glm::vec3 viewport_move;
glm::vec3 viewport_rotate;
glm::mat3 viewport_rotate;
std::vector<std::pair<std::string, std::string>> network_servers;
std::optional<std::pair<std::string, std::string>> network_client;