From: Ash Tyndall Date: Thu, 20 Oct 2011 03:20:56 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=f48473d64fec1fb19b5c3b501fb12c80a93c4104;hp=46033191f0e87b94bf98b68146890be3770eaad1 --- diff --git a/globals.c b/globals.c index 07e0efd..818fcf2 100644 --- a/globals.c +++ b/globals.c @@ -56,8 +56,8 @@ GLfloat angle = -150; /* in degrees */ GLfloat angle2 = 30; /* in degrees */ /* Near and far parameters */ -GLfloat near = -100; -GLfloat far = 100; +GLfloat near = -10; +GLfloat far = 10; /* Zoom factor for mouse movements */ GLfloat zoomFactor = 1.0;