- add menu sliders for vr_ipd and vr_screendist

This commit is contained in:
Rachael Alexanderson 2018-08-29 19:13:44 -04:00
parent aaee655eba
commit e428f6948e
2 changed files with 4 additions and 0 deletions

View file

@ -2820,6 +2820,8 @@ GLPREFMNU_DITHER = "Dither output";
GLPREFMNU_PALTONEMAPORDER = "Tonemap Palette Order";
GLPREFMNU_PALTONEMAPPOWER = "Tonemap Palette Exponent";
GLPREFMNU_SWLMBANDED = "Banded SW Lightmode";
GLPREFMNU_VRIPD = "Distance Between Your Eyes";
GLPREFMNU_VRSCREENDIST = "Distance From Your Screen";
// Option Values
OPTVAL_SMART = "Smart";

View file

@ -2290,6 +2290,8 @@ OptionMenu "OpenGLOptions" protected
{
Option "$GLPREFMNU_VRQUADSTEREO", vr_enable_quadbuffered, "OnOff"
}
Slider "$GLPREFMNU_VRIPD", vr_ipd, 0.041, 0.073, 0.001, 3
Slider "$GLPREFMNU_VRSCREENDIST", vr_screendist, 0.2, 10.0, 0.1, 1
StaticText " "
Option "$GLPREFMNU_MULTISAMPLE", gl_multisample, "Multisample"
Option "$GLPREFMNU_TONEMAP", gl_tonemap, "TonemapModes"