X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=globals.c;h=ded55aa52891754c38036dd7fb90addf031c60f1;hp=6b3720d5e782826ba3bbddcc880b5af728a4f8fc;hb=837ba2cddb236092d3d2bc30982148760b90d2ab;hpb=a7a7e453a0b33ef33e21f3be42a0baa5e408bdbc diff --git a/globals.c b/globals.c index 6b3720d..ded55aa 100644 --- a/globals.c +++ b/globals.c @@ -71,9 +71,9 @@ float lightAngle0 = 0.0, lightHeight0 = 5; int lightMoving0 = 0, lightStartX0, lightStartY0; /* Light 1 parameters */ -GLfloat diffuse1[]={1.0, 1.0, 1.0, 1.0}; -GLfloat ambient1[]={1.0, 1.0, 1.0, 1.0}; -GLfloat specular1[]={1.0, 1.0, 1.0, 1.0}; +GLfloat diffuse1[]={1.0, 1.0, 1.0, 0.1}; +GLfloat ambient1[]={1.0, 1.0, 1.0, 0.1}; +GLfloat specular1[]={1.0, 1.0, 1.0, 0.1}; GLfloat direction1[] = {0.0, 0.0, 0.0}; GLfloat lightPosition1[4];