From: Ash Tyndall Date: Sat, 22 Oct 2011 07:01:07 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=ed454e61276dbd1e2c6051589b1203698259f1a4;ds=inline --- diff --git a/scene.c b/scene.c index 376da69..bc91a09 100644 --- a/scene.c +++ b/scene.c @@ -392,13 +392,13 @@ void display() { /* Reposition the light source 0. */ lightObjs[0].position[0] = 4; lightObjs[0].position[1] = 5; - lightObjs[0].position[2] = 5;//12*sin(0); + lightObjs[0].position[2] = 6;//12*sin(0); lightObjs[0].position[3] = 0.0; /* Reposition the light source 1. */ lightObjs[1].position[0] = -6; lightObjs[1].position[1] = 5; - lightObjs[1].position[2] = -5;//12*sin(90); + lightObjs[1].position[2] = -4;//12*sin(90); lightObjs[1].position[3] = 0.0; //direction0[0] = lightPosition0[0];