(no commit message)
[atyndall/cits2231.git] / globals.c
index df2e796..0596149 100644 (file)
--- a/globals.c
+++ b/globals.c
@@ -55,11 +55,11 @@ 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[] = {0.8, 0.8, 0.8, 1.0};
 GLfloat materialSpecular[] = {1.0, 1.0, 1.0, 1.0};
+GLfloat materialShine = 100.0;
 
 /* Light parameters */
-GLfloat lightShine = 100.0;
 GLfloat lightGlobalModel[] = {0.2,0.2,0.2,1};
 GLfloat lightGlobalEmission[] = {0.0, 0.3, 0.3, 1.0};
 GLfloat lightBallSize = 0.2;

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