From 65949d92003e506ddbcc3285abfc9d4b5070df13 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 10:57:22 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index d9a4ea3..7d45bbf 100644 --- a/scene.c +++ b/scene.c @@ -304,7 +304,7 @@ void display() { 0.0, 1.0, 0.0 /* up is in postivie Y direction */ ); - glRotatef(75.0, 1.0, 0.0, 0.0); + glRotatef(50.0, 1.0, 0.0, 0.0); /* Reposition the light source. */ lightPosition[0] = 12*cos(lightAngle); -- 2.20.1