X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=scene.c;h=9d715791a836ecdad9c3bb7a15f46591cdfc9c26;hb=753154f71bf584f876d9e5abfd59e5d19ea448da;hp=4467e7d6c48296f4694bcf8a1fc11bf31c255653;hpb=5133cc2f5c166c8f58b8989ebfc3f42341bdc668;p=atyndall%2Fcits2231.git diff --git a/scene.c b/scene.c index 4467e7d..9d71579 100644 --- a/scene.c +++ b/scene.c @@ -484,8 +484,8 @@ void makeMenu() { * @param h New height */ void windowReshape(int w, int h) { - GLdouble near = -50.0; - GLdouble far = 50.0; + GLdouble near = -100.0; + GLdouble far = 100.0; glViewport(0, 0, (GLsizei) w, (GLsizei) h); glMatrixMode(GL_PROJECTION);