(no commit message)
authorAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 07:47:24 +0000 (15:47 +0800)
committerAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 07:47:24 +0000 (15:47 +0800)
globals.c

index 0596149..ed4d9e3 100644 (file)
--- a/globals.c
+++ b/globals.c
@@ -55,7 +55,7 @@ GLfloat defaultExponent = 1;
 
 /* Material types */
 GLfloat materialAmbient[] = {0.2, 0.2, 0.2, 1.0};
 
 /* Material types */
 GLfloat materialAmbient[] = {0.2, 0.2, 0.2, 1.0};
-GLfloat materialDiffuse[] = {0.8, 0.8, 0.8, 1.0};
+GLfloat materialDiffuse[] = {1.0, 1.0, 1.0, 1.0};
 GLfloat materialSpecular[] = {1.0, 1.0, 1.0, 1.0};
 GLfloat materialShine = 100.0;
 
 GLfloat materialSpecular[] = {1.0, 1.0, 1.0, 1.0};
 GLfloat materialShine = 100.0;
 

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