From: Ash Tyndall Date: Sat, 22 Oct 2011 08:19:46 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=19906e064b3fa55ae0afef432747b8bb7246e36a --- diff --git a/globals.c b/globals.c index ed4d9e3..a379cce 100644 --- a/globals.c +++ b/globals.c @@ -57,7 +57,7 @@ GLfloat defaultExponent = 1; GLfloat materialAmbient[] = {0.2, 0.2, 0.2, 1.0}; GLfloat materialDiffuse[] = {1.0, 1.0, 1.0, 1.0}; GLfloat materialSpecular[] = {1.0, 1.0, 1.0, 1.0}; -GLfloat materialShine = 100.0; +GLfloat materialShine = 50.0; /* Light parameters */ GLfloat lightGlobalModel[] = {0.2,0.2,0.2,1};