X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=globals.c;h=d15258dcbd393e69c44d085788996bbc8d36a0c6;hp=bdabe2d113967167f0de52a3972b9dc31e5514c7;hb=ec643184723d626345255a72a3d40cf8c8c76a75;hpb=be10e0bdc4f3277599aa5c02fdddfc0d1cc2f66f diff --git a/globals.c b/globals.c index bdabe2d..d15258d 100644 --- a/globals.c +++ b/globals.c @@ -47,10 +47,10 @@ GLfloat defaultPosition[] = {0.0, 0.0, 0.0, 0.0}; GLfloat defaultAmbient[] = {0.0, 1.0, 0.0, 1.0}; GLfloat defaultDiffuse[] = {0.0, 1.0, 0.0, 1.0}; -GLfloat defaultSpecular[] = {1.0, 0.0, 0.0, 1.0}; +GLfloat defaultSpecular[] = {0.0, 1.0, 0.0, 1.0}; GLfloat defaultDirection[] = {0.0, 0.0, 0.0}; -GLfloat defaultCutoff = 0; +GLfloat defaultCutoff = 180; GLfloat defaultExponent = 1; /* Material types */