From: Ash Tyndall Date: Tue, 18 Oct 2011 12:24:32 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=0c13828a5bdb03598b1da15ed6b1594b3fcfa896 --- diff --git a/scene.c b/scene.c index d37b0f0..bc532de 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 = -10.0; + GLdouble far = 10.0; glViewport(0, 0, (GLsizei) w, (GLsizei) h); glMatrixMode(GL_PROJECTION);