From edba69010460021f07f3983efaee22403845cf52 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Thu, 20 Oct 2011 11:57:18 +0800 Subject: [PATCH] --- globals.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/globals.c b/globals.c index 11b524d..03d2f6f 100644 --- a/globals.c +++ b/globals.c @@ -60,8 +60,8 @@ GLfloat near = -15; GLfloat far = 15; /* Near and far clipping planes - calculates clipping planes */ -GLfloat nearClip = -500; -GLfloat farClip = 500; +GLfloat nearClip = -200; +GLfloat farClip = 200; /* Zoom factor for mouse movements */ GLfloat zoomFactor = 1.0; -- 2.20.1