From 5b32bc535df214143df62b16705c365cfdd31125 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Thu, 20 Oct 2011 09:42:29 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index a99a692..424835f 100644 --- a/scene.c +++ b/scene.c @@ -123,7 +123,7 @@ GLfloat angle = -150; /* in degrees */ GLfloat angle2 = 30; /* in degrees */ /* Near and far parameters */ -GLfloat near = -10; +GLfloat near = -20; GLfloat far = 20; /* Zoom factor for mouse movements */ -- 2.20.1