Adjustments to the horizontal and vertical split stereo code for better

handling of aspect ratio.
This commit is contained in:
Robert Osfield
2003-05-26 15:00:38 +00:00
parent a12fd61266
commit b17d2abc87
2 changed files with 18 additions and 2 deletions

View File

@@ -88,10 +88,10 @@ void DisplaySettings::setDefaults()
_screenHeight = 0.26f;
_splitStereoHorizontalEyeMapping = LEFT_EYE_LEFT_VIEWPORT;
_splitStereoHorizontalSeparation = 42;
_splitStereoHorizontalSeparation = 0;
_splitStereoVerticalEyeMapping = LEFT_EYE_TOP_VIEWPORT;
_splitStereoVerticalSeparation = 42;
_splitStereoVerticalSeparation = 0;
_doubleBuffer = true;
_RGB = true;