oculus1

diff src/vr_impl.h @ 13:464e1d135d68

hurraaaay!
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 21 Sep 2013 03:00:47 +0300
parents d797639e0234
children 402cbb6d9ce3
line diff
     1.1 --- a/src/vr_impl.h	Fri Sep 20 10:14:29 2013 +0300
     1.2 +++ b/src/vr_impl.h	Sat Sep 21 03:00:47 2013 +0300
     1.3 @@ -20,7 +20,9 @@
     1.4  		float ipd;
     1.5  		float distort[4];
     1.6  		// the right lens center offset (negate for left)
     1.7 -		float lens_center;
     1.8 +		float lens_center_offset;
     1.9 +		float proj_center_offset;
    1.10 +		float scale;	// scaling to be applied to the two views to fill the screen
    1.11  	} info;
    1.12  };
    1.13