From: Ash Tyndall Date: Sat, 22 Oct 2011 07:44:59 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=6945dd3f718f352784b5050884c9cd2e9d0b27ad --- diff --git a/globals.c b/globals.c index 0137a2d..0596149 100644 --- a/globals.c +++ b/globals.c @@ -55,7 +55,7 @@ GLfloat defaultExponent = 1; /* Material types */ GLfloat materialAmbient[] = {0.2, 0.2, 0.2, 1.0}; -GLfloat materialDiffuse[] = {1.0, 0.8, 0.0, 1.0}; +GLfloat materialDiffuse[] = {0.8, 0.8, 0.8, 1.0}; GLfloat materialSpecular[] = {1.0, 1.0, 1.0, 1.0}; GLfloat materialShine = 100.0;