libgoatvr

diff src/vr.h @ 18:1067274dc780

fixed the fallback vr_view_translation and vr_view_matrix to include stereo separation
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 03 Oct 2014 23:07:27 +0300
parents 3de7339841d0
children 437fe32ac633
line diff
     1.1 --- a/src/vr.h	Thu Sep 25 17:14:04 2014 +0300
     1.2 +++ b/src/vr.h	Fri Oct 03 23:07:27 2014 +0300
     1.3 @@ -17,7 +17,7 @@
     1.4  #define VR_EYE_HEIGHT		"eye-height"
     1.5  #define VR_IPD				"ipd"
     1.6  /* misc options */
     1.7 -#define VR_NULL_STEREO		"null-show-stereo"	/* bool, default 0 */
     1.8 +#define VR_NULL_STEREO		"null-stereo"	/* bool, default 0 */
     1.9  
    1.10  enum {
    1.11  	VR_EYE_LEFT,