From: Ash Tyndall Date: Tue, 18 Oct 2011 12:18:37 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=d5b4f11a700c32f8368f6d2dc54f7c04ebcaf3cd;p=atyndall%2Fcits2231.git --- diff --git a/scene.c b/scene.c index 3ffaefd..07a357e 100644 --- a/scene.c +++ b/scene.c @@ -125,7 +125,7 @@ int lightMoving = 0, lightStartX, lightStartY; /* Time varying or user-controled variables. */ static float jump = 0.0; -static float lightAngle = 0.0, lightHeight = 20; +static float lightAngle = 0.0, lightHeight = 40; GLfloat angle = -150; /* in degrees */ GLfloat angle2 = 30; /* in degrees */