(no commit message)
authorAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 06:52:34 +0000 (14:52 +0800)
committerAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 06:52:34 +0000 (14:52 +0800)
globals.c

index 8bd2cdf..8a8d488 100644 (file)
--- a/globals.c
+++ b/globals.c
@@ -50,7 +50,7 @@ GLfloat defaultDiffuse[] = {0.0, 1.0, 0.0, 1.0};
 GLfloat defaultSpecular[] = {1.0, 0.0, 0.0, 1.0};
 GLfloat defaultDirection[] = {0.0, 0.0, 0.0};
 
-GLfloat defaultCutoff = 0;
+GLfloat defaultCutoff = 1;
 GLfloat defaultExponent = 0;
 
 /* Material types */

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