libgoatvr

diff src/vr.h @ 15:27fcd4c2969d

added VR_EYE_RES_SCALE option
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 25 Sep 2014 08:50:50 +0300
parents b536bd21b37f
children b2d902fff68d
line diff
     1.1 --- a/src/vr.h	Thu Sep 25 07:52:49 2014 +0300
     1.2 +++ b/src/vr.h	Thu Sep 25 08:50:50 2014 +0300
     1.3 @@ -10,6 +10,7 @@
     1.4  #define VR_REYE_YRES		"right-eye-yres"
     1.5  #define VR_WIN_XOFFS		"win-xoffset"
     1.6  #define VR_WIN_YOFFS		"win-yoffset"
     1.7 +#define VR_EYE_RES_SCALE	"eye-res-scale"		/* default 1 */
     1.8  /* unit: meters */
     1.9  #define VR_EYE_HEIGHT		"eye-height"
    1.10  #define VR_IPD				"ipd"