From: Ash Tyndall Date: Sat, 22 Oct 2011 07:17:32 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=ec643184723d626345255a72a3d40cf8c8c76a75;ds=sidebyside --- diff --git a/globals.c b/globals.c index bdabe2d..d15258d 100644 --- a/globals.c +++ b/globals.c @@ -47,10 +47,10 @@ 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 defaultSpecular[] = {0.0, 1.0, 0.0, 1.0}; GLfloat defaultDirection[] = {0.0, 0.0, 0.0}; -GLfloat defaultCutoff = 0; +GLfloat defaultCutoff = 180; GLfloat defaultExponent = 1; /* Material types */