(no commit message)
[atyndall/cits2231.git] / globals.c
index bdabe2d..0616875 100644 (file)
--- a/globals.c
+++ b/globals.c
@@ -45,12 +45,12 @@ LightObject lightObjs[LIGHTS];
 
 GLfloat defaultPosition[] = {0.0, 0.0, 0.0, 0.0};
 
-GLfloat defaultAmbient[] = {0.0, 1.0, 0.0, 1.0};
-GLfloat defaultDiffuse[] = {0.0, 1.0, 0.0, 1.0};
-GLfloat defaultSpecular[] = {1.0, 0.0, 0.0, 1.0};
+GLfloat defaultAmbient[] = {0.8, 0.8, 0.8, 1.0};
+GLfloat defaultDiffuse[] = {0.8, 0.8, 0.8, 1.0};
+GLfloat defaultSpecular[] = {0.8, 0.8, 0.8, 1.0};
 GLfloat defaultDirection[] = {0.0, 0.0, 0.0};
 
-GLfloat defaultCutoff = 0;
+GLfloat defaultCutoff = 180;
 GLfloat defaultExponent = 1;
 
 /* Material types */

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