From 4c003391e2564ab1a3b45e1fe9f2490b55847f98 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 21:45:34 +0800 Subject: [PATCH] --- scene.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scene.c b/scene.c index 954d75c..9fb79f8 100644 --- a/scene.c +++ b/scene.c @@ -123,8 +123,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 = 50; /* Zoom factor for mouse movements */ GLfloat zoomFactor = 1.0; -- 2.20.1