From f48473d64fec1fb19b5c3b501fb12c80a93c4104 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Thu, 20 Oct 2011 11:20:56 +0800 Subject: [PATCH] --- globals.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.20.1