tavli
changeset 20:111c1a9bca29
moved the camera slightly higher
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 29 Jun 2015 21:55:36 +0300 |
parents | 37dead56f01e |
children | c3fbf9616dbd |
files | src/game.cc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/src/game.cc Mon Jun 29 06:18:45 2015 +0300 1.2 +++ b/src/game.cc Mon Jun 29 21:55:36 2015 +0300 1.3 @@ -105,7 +105,7 @@ 1.4 1.5 glMatrixMode(GL_MODELVIEW); 1.6 glLoadIdentity(); 1.7 - glTranslatef(0, 0, -cam_dist); 1.8 + glTranslatef(0, 0.1, -cam_dist); 1.9 glRotatef(cam_phi, 1, 0, 0); 1.10 glRotatef(cam_theta, 0, 1, 0); 1.11