oculus1

diff src/vr_impl.h @ 16:f3672317e5c2

made teapots many sizes and more colorful, added phong shader
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 21 Sep 2013 05:22:48 +0300
parents 402cbb6d9ce3
children
line diff
     1.1 --- a/src/vr_impl.h	Sat Sep 21 04:15:20 2013 +0300
     1.2 +++ b/src/vr_impl.h	Sat Sep 21 05:22:48 2013 +0300
     1.3 @@ -13,6 +13,8 @@
     1.4  
     1.5  	struct {
     1.6  		char *display;
     1.7 +		int display_xoffs, display_yoffs;
     1.8 +
     1.9  		// the full width and height of the display (both eyes)
    1.10  		int width, height;
    1.11  		float fov;