(no commit message)
authorAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 08:19:46 +0000 (16:19 +0800)
committerAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 08:19:46 +0000 (16:19 +0800)
globals.c

index ed4d9e3..a379cce 100644 (file)
--- a/globals.c
+++ b/globals.c
@@ -57,7 +57,7 @@ GLfloat defaultExponent = 1;
 GLfloat materialAmbient[] = {0.2, 0.2, 0.2, 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 materialShine = 50.0;
 
 /* Light parameters */
 GLfloat lightGlobalModel[] = {0.2,0.2,0.2,1};

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