From: Ash Tyndall Date: Sat, 22 Oct 2011 06:56:29 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=97e628a10218fa76f16536c5c07094b91d12217b --- diff --git a/scene.c b/scene.c index 9a737b3..c7a6b9c 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] = 9*cos(180); + lightObjs[1].position[0] = 9*cos(200); lightObjs[1].position[1] = 5; - lightObjs[1].position[2] = 9*sin(180); + lightObjs[1].position[2] = 9*sin(200); lightObjs[1].position[3] = 0.0; //direction0[0] = lightPosition0[0];