(no commit message)
[atyndall/cits2231.git] / globals.c
index 0137a2d..a379cce 100644 (file)
--- a/globals.c
+++ b/globals.c
@@ -55,9 +55,9 @@ GLfloat defaultExponent = 1;
 
 /* Material types */
 GLfloat materialAmbient[] = {0.2, 0.2, 0.2, 1.0};
-GLfloat materialDiffuse[] = {1.0, 0.8, 0.0, 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