From: Ash Tyndall Date: Fri, 21 Oct 2011 09:22:58 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=360116b5d41480d490bd129d5ad431788304b468 --- diff --git a/globals.c b/globals.c index 0124faf..a12130d 100644 --- a/globals.c +++ b/globals.c @@ -60,9 +60,9 @@ GLfloat factor = 1.0; GLfloat lineLength = 10; /* Light 0 parameters */ -GLfloat diffuse0[]={1.0, 0.0, 0.0, 1.0}; -GLfloat ambient0[]={1.0, 0.0, 0.0, 1.0}; -GLfloat specular0[]={1.0, 0.0, 0.0, 1.0}; +GLfloat diffuse0[]={1.0, 0.0, 0.0, 0.1}; +GLfloat ambient0[]={1.0, 0.0, 0.0, 0.1}; +GLfloat specular0[]={1.0, 0.0, 0.0, 0.1}; GLfloat direction0[] = {0.0, 0.0, 0.0}; GLfloat lightPosition0[4];