From 97e628a10218fa76f16536c5c07094b91d12217b Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 22 Oct 2011 14:56:29 +0800 Subject: [PATCH] --- scene.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]; -- 2.20.1