increase the far clip

This commit is contained in:
Stephen Birarda 2013-03-20 16:22:24 -07:00
parent e7254ff216
commit abc0deaa78

View file

@ -828,7 +828,7 @@ void reshape(int width, int height)
gluPerspective(45, //view angle
1.0, //aspect ratio
0.1, //near clip
50.0);//far clip
500.0);//far clip
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();