From: Ash Tyndall Date: Fri, 21 Oct 2011 03:36:49 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=ff3dfac490432c6e4ed5cc115da2365e6b1276a6 --- diff --git a/globals.c b/globals.c index d1feddd..4573051 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 = 180.0, lightHeight1 = 5; +float lightAngle1 = 280.0, lightHeight1 = 5; int lightMoving1 = 0, lightStartX1, lightStartY1; /* Material types */