From cea3bae600d38602aa6d06fe3d751c8d857e1445 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 22 Oct 2011 15:00:12 +0800 Subject: [PATCH] --- scene.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scene.c b/scene.c index fb50b44..0820aec 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] = 12*cos(90); + lightObjs[1].position[0] = -5; lightObjs[1].position[1] = 5; - lightObjs[1].position[2] = 0;//12*sin(90); + lightObjs[1].position[2] = -5;//12*sin(90); lightObjs[1].position[3] = 0.0; //direction0[0] = lightPosition0[0]; -- 2.20.1