From: Ash Tyndall Date: Sat, 22 Oct 2011 06:52:34 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=41e9776f7eb522acab751a6126e6ac3924e55214;hp=cc01320b8824eb601505dc5cdb101cfe8b7d1271 --- diff --git a/globals.c b/globals.c index 8bd2cdf..8a8d488 100644 --- 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 */