From 49d0c0744b37ea0b6ee99f2d6ba01a22fd725b24 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 22 Oct 2011 14:56:43 +0800 Subject: [PATCH] --- scene.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scene.c b/scene.c index c7a6b9c..19aeee9 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(200); + lightObjs[1].position[0] = 9*cos(90); lightObjs[1].position[1] = 5; - lightObjs[1].position[2] = 9*sin(200); + lightObjs[1].position[2] = 9*sin(90); lightObjs[1].position[3] = 0.0; //direction0[0] = lightPosition0[0]; -- 2.20.1