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