From: Ash Tyndall Date: Tue, 18 Oct 2011 13:45:06 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=272fb88381b2021bc430384231d0d2fcd64fa1b6;hp=f8f4c489085c83bc31276148991166165085b557 --- diff --git a/scene.c b/scene.c index 7afde9c..954d75c 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 = -10; -GLfloat far = 10; +GLfloat near = -100; +GLfloat far = 100; /* Zoom factor for mouse movements */ GLfloat zoomFactor = 1.0;