X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=globals.c;h=3f7d2be0968dd3545c749102b69d41b27c4a46e3;hp=22e33eb23e64a231b4cdd4c9fb152c62a7069c91;hb=919debbfedb046e7ff335b4e2c617b46f1f83f5a;hpb=96724689b00d37e1194ea52ff664b41e7fe508fd diff --git a/globals.c b/globals.c index 22e33eb..3f7d2be 100644 --- a/globals.c +++ b/globals.c @@ -80,7 +80,7 @@ GLfloat lineLength = 100; /* Light 0 parameters */ GLfloat diffuse0[] = {1.0, 1.0, 1.0, 1.0}; -GLfloat ambient0[] = {0.0, 0.0, 0.0, 1.0}; +GLfloat ambient0[] = {1.0, 1.0, 1.0, 1.0}; GLfloat specular0[] = {1.0, 1.0, 1.0, 1.0}; GLfloat emission0[] = {0.0, 0.0, 0.0, 0.0}; GLfloat light0_pos[] ={1.0, 1.0, 0,0, 1.0};