(no commit message)
authorAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 09:22:58 +0000 (17:22 +0800)
committerAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 09:22:58 +0000 (17:22 +0800)
globals.c

index 0124faf..a12130d 100644 (file)
--- a/globals.c
+++ b/globals.c
@@ -60,9 +60,9 @@ GLfloat factor = 1.0;
 GLfloat lineLength = 10;
 
 /* Light 0 parameters */
-GLfloat diffuse0[]={1.0, 0.0, 0.0, 1.0};
-GLfloat ambient0[]={1.0, 0.0, 0.0, 1.0};
-GLfloat specular0[]={1.0, 0.0, 0.0, 1.0};
+GLfloat diffuse0[]={1.0, 0.0, 0.0, 0.1};
+GLfloat ambient0[]={1.0, 0.0, 0.0, 0.1};
+GLfloat specular0[]={1.0, 0.0, 0.0, 0.1};
 GLfloat direction0[] = {0.0, 0.0, 0.0};
 
 GLfloat lightPosition0[4];

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