From: Ash Tyndall Date: Thu, 20 Oct 2011 01:42:45 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=6217adf646b2f5143642d89e0f096be9dcded20f --- diff --git a/scene.c b/scene.c index 424835f..46e4f93 100644 --- a/scene.c +++ b/scene.c @@ -127,7 +127,7 @@ GLfloat near = -20; GLfloat far = 20; /* Zoom factor for mouse movements */ -GLfloat zoomFactor = 1.0; +GLfloat zoomFactor = 2.0; /* Recursion level for floor drawing */ int drawFloorRecurse = 5;