istereo

diff src/istereo.c @ 22:889dade25667

added fog
author John Tsiombikas <nuclear@mutantstargoat.com>
date Wed, 07 Sep 2011 10:56:18 +0300
parents 75a63f9ab7cc
children e3742aafc85b
line diff
     1.1 --- a/src/istereo.c	Wed Sep 07 10:49:11 2011 +0300
     1.2 +++ b/src/istereo.c	Wed Sep 07 10:56:18 2011 +0300
     1.3 @@ -47,7 +47,7 @@
     1.4  		return -1;
     1.5  	}
     1.6  
     1.7 -	cam_fov(30.0);
     1.8 +	cam_fov(43.0);
     1.9  
    1.10  	return 0;
    1.11  }
    1.12 @@ -65,6 +65,7 @@
    1.13  	z = ring_height * segm;
    1.14  	worm(tsec, z, &pan_x, &pan_y);
    1.15  
    1.16 +	glClearColor(0.6, 0.6, 0.6, 1.0);
    1.17  	glClear(GL_COLOR_BUFFER_BIT);
    1.18  
    1.19  	if(stereo) {