(no commit message)
authorAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 03:37:11 +0000 (11:37 +0800)
committerAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 03:37:11 +0000 (11:37 +0800)
globals.c

index 4573051..237e399 100644 (file)
--- 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 */

UCC git Repository :: git.ucc.asn.au