From: Ash Tyndall Date: Wed, 19 Oct 2011 12:29:24 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=sidebyside;h=33a481008fc799fb11418627458e57d3e109b76b;p=atyndall%2Fcits2231.git --- diff --git a/scene.c b/scene.c index fff3726..f12ed3f 100644 --- a/scene.c +++ b/scene.c @@ -137,10 +137,10 @@ int floorSize = 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}; +GLfloat light0_pos[] ={1.0, 1.0, 0,0, 1.0}; /**