X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=13c796e8ae744933bbee701bacff652f45fb0eae;hp=2c6b9a55d114f406063d0b638f07d3ef10b338c4;hb=bc23d957879836a7485c9246601ab62534e7e83c;hpb=b0ad2a2e365e8eac70b8c5be0214e713167f7c22 diff --git a/scene.c b/scene.c index 2c6b9a5..13c796e 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 = -100.0; - GLdouble far = 100.0; + GLdouble near = -500.0; + GLdouble far = 500.0; glViewport(0, 0, (GLsizei) w, (GLsizei) h); glMatrixMode(GL_PROJECTION);