intravenous

diff src/main.cc @ 2:472c28b8b875

I think I pretty much nailed the camera
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 21 Apr 2012 23:03:36 +0300
parents 3ea290d35984
children 94d4c60af435
line diff
     1.1 --- a/src/main.cc	Sat Apr 21 22:42:43 2012 +0300
     1.2 +++ b/src/main.cc	Sat Apr 21 23:03:36 2012 +0300
     1.3 @@ -65,7 +65,7 @@
     1.4  
     1.5  	glMatrixMode(GL_PROJECTION);
     1.6  	glLoadIdentity();
     1.7 -	gluPerspective(FOV_DEG, (float)x / (float)y, 1.0, 1000.0);
     1.8 +	gluPerspective(FOV_DEG, (float)x / (float)y, 0.1, 200.0);
     1.9  
    1.10  	win_xsz = x;
    1.11  	win_ysz = y;