X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fgis-opengl.c;h=dc32fa8de4e4f188e77d19399ce0b7dd342a84e2;hp=694a33e44b4a937537c874b6e314be1da15d2784;hb=ea8ac9ebb3309b84bed137bb3ff59926c23216ce;hpb=d91172dc0108351719bc3e8097357349c0389378 diff --git a/src/gis-opengl.c b/src/gis-opengl.c index 694a33e..dc32fa8 100644 --- a/src/gis-opengl.c +++ b/src/gis-opengl.c @@ -375,7 +375,7 @@ static gboolean on_configure(GisOpenGL *opengl, GdkEventConfigure *event, gpoint glMatrixMode(GL_PROJECTION); glLoadIdentity(); double ang = atan(height/FOV_DIST); - gluPerspective(rad2deg(ang)*2, width/height, 1, 10*EARTH_R); + gluPerspective(rad2deg(ang)*2, width/height, 1000, 10*EARTH_R); #ifndef ROAM_DEBUG g_mutex_lock(opengl->sphere_lock);