(no commit message)
[atyndall/cits2231.git] / globals.c
index 8bd2cdf..aa9f283 100644 (file)
--- a/globals.c
+++ b/globals.c
@@ -51,7 +51,7 @@ GLfloat defaultSpecular[] = {1.0, 0.0, 0.0, 1.0};
 GLfloat defaultDirection[] = {0.0, 0.0, 0.0};
 
 GLfloat defaultCutoff = 0;
-GLfloat defaultExponent = 0;
+GLfloat defaultExponent = 1;
 
 /* Material types */
 GLfloat materialAmbient[] = {0.2, 0.2, 0.2, 1.0};

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