labyrinth
changeset 2:e3b9707504df
increased the field of view
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 27 Apr 2015 05:37:17 +0300 |
parents | d46f0947a96d |
children | 45b91185b298 |
files | src/main.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/src/main.c Fri Feb 06 00:34:04 2015 +0200 1.2 +++ b/src/main.c Mon Apr 27 05:37:17 2015 +0300 1.3 @@ -263,7 +263,7 @@ 1.4 glViewport(0, 0, x, y); 1.5 glMatrixMode(GL_PROJECTION); 1.6 glLoadIdentity(); 1.7 - gluPerspective(50.0, (float)x / (float)y, 0.5, 500.0); 1.8 + gluPerspective(55.0, (float)x / (float)y, 0.5, 500.0); 1.9 } 1.10 1.11 static int warping_mouse;