X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=93470921667eda93f674214fe7bb0fae04cf210c;hp=2c6b9a55d114f406063d0b638f07d3ef10b338c4;hb=f66520948800fea23aabf1673512d75e325898b7;hpb=b0ad2a2e365e8eac70b8c5be0214e713167f7c22 diff --git a/scene.c b/scene.c index 2c6b9a5..9347092 100644 --- a/scene.c +++ b/scene.c @@ -485,7 +485,7 @@ void makeMenu() { */ void windowReshape(int w, int h) { GLdouble near = -100.0; - GLdouble far = 100.0; + GLdouble far = 1000.0; glViewport(0, 0, (GLsizei) w, (GLsizei) h); glMatrixMode(GL_PROJECTION);