From: Ash Tyndall Date: Thu, 20 Oct 2011 01:43:47 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=a56f366db6efcb0ed8b11ef020e19889bb8501bc;ds=sidebyside --- diff --git a/scene.c b/scene.c index 46e4f93..927c1f4 100644 --- a/scene.c +++ b/scene.c @@ -123,11 +123,11 @@ GLfloat angle = -150; /* in degrees */ GLfloat angle2 = 30; /* in degrees */ /* Near and far parameters */ -GLfloat near = -20; -GLfloat far = 20; +GLfloat near = -100; +GLfloat far = 100; /* Zoom factor for mouse movements */ -GLfloat zoomFactor = 2.0; +GLfloat zoomFactor = 1.0; /* Recursion level for floor drawing */ int drawFloorRecurse = 5;