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