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

index 1714496..d01c1f5 100644 (file)
--- a/globals.c
+++ b/globals.c
@@ -81,9 +81,9 @@ float lightAngle0 = 0.0, lightHeight0 = 5;
 int lightMoving0 = 0, lightStartX0, lightStartY0;
 
 /* Light 1 parameters */
 int lightMoving0 = 0, lightStartX0, lightStartY0;
 
 /* Light 1 parameters */
-GLfloat diffuse1[]={1.0, 1.0, 0.0, 1.0};
-GLfloat ambient1[]={1.0, 1.0, 0.0, 1.0};
-GLfloat specular1[]={1.0, 1.0, 0.0, 1.0};
+GLfloat diffuse1[]={0.0, 1.0, 0.0, 1.0};
+GLfloat ambient1[]={0.0, 1.0, 0.0, 1.0};
+GLfloat specular1[]={0.0, 1.0, 0.0, 1.0};
 GLfloat direction1[] = {0.0, 0.0, 0.0};
 
 GLfloat lightPosition1[4];
 GLfloat direction1[] = {0.0, 0.0, 0.0};
 
 GLfloat lightPosition1[4];

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