From 05f50c2a687dbe49b89e730d8636b12d5d8543c9 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Wed, 19 Oct 2011 20:36:40 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index 749c2aa..164d100 100644 --- a/scene.c +++ b/scene.c @@ -124,7 +124,7 @@ GLfloat angle2 = 30; /* in degrees */ /* Near and far parameters */ GLfloat near = -10; -GLfloat far = 10; +GLfloat far = 20; /* Zoom factor for mouse movements */ GLfloat zoomFactor = 1.0; -- 2.20.1