From: Ash Tyndall Date: Fri, 21 Oct 2011 03:37:11 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=3a98cd486ab81670d5e92c78edf4adf84d479adb --- diff --git a/globals.c b/globals.c index 4573051..237e399 100644 --- a/globals.c +++ b/globals.c @@ -90,7 +90,7 @@ GLfloat direction1[] = {0.0, 0.0, 0.0}; GLfloat lightColor1[] = {1.0, 1.0, 1.0, 1.0}; // White light GLfloat lightPosition1[4]; -float lightAngle1 = 280.0, lightHeight1 = 5; +float lightAngle1 = 360.0, lightHeight1 = 5; int lightMoving1 = 0, lightStartX1, lightStartY1; /* Material types */