From: Ash Tyndall Date: Fri, 21 Oct 2011 02:53:23 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=20b3a19e17a1affb702793dd8a0a8ed35bb6ca15 --- diff --git a/globals.c b/globals.c index 374d8b3..210dee4 100644 --- a/globals.c +++ b/globals.c @@ -82,7 +82,7 @@ GLfloat specular0[]={1.0, 0.0, 0.0, 1.0}; GLfloat emission0[] = {0.0, 0.3, 0.3, 1.0}; GLfloat direction0[] = {0.0, 0.0, 0.0}; -GLfloat light0_pos[] ={1.0, 1.0, 0,0, 0.5}; +GLfloat light0_pos[] ={10.0, 10.0, 0,0, 0.5}; GLfloat shine = 100.0;