X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=globals.h;h=49097c68ea7e8989679ae0d144bdb2722d2cb78f;hp=c75caf7b164a6cbb560c8fbe73d581b63136abed;hb=9a2ceeb56586fc687bf72d3a21c6972285ed9d0e;hpb=e167fee487eef79406a5baa2757a7262811b027b diff --git a/globals.h b/globals.h index c75caf7..49097c6 100644 --- a/globals.h +++ b/globals.h @@ -51,6 +51,7 @@ extern GLfloat defaultExponent; extern GLfloat materialAmbient[]; extern GLfloat materialDiffuse[]; extern GLfloat materialSpecular[]; +extern GLfloat materialShine; /* Light parameters */ extern GLfloat lightShine;