From 4f7e61c537bfec79473ce12f6ef9eb27042cf551 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 11:18:15 +0800 Subject: [PATCH] --- scene.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scene.c b/scene.c index f53d92f..1f206f6 100644 --- a/scene.c +++ b/scene.c @@ -308,7 +308,7 @@ void display() { } gluPerspective( - 60.0, + 75.0, aspect, 0.1, 200 @@ -323,7 +323,7 @@ void display() { 0.0, 10.0, 0.0 /* up is in postivie Y direction */ ); - glRotatef(50.0, 1.0, 0.0, 0.0); + glRotatef(40.0, 1.0, 0.0, 0.0); /* Reposition the light source. */ lightPosition[0] = 12*cos(lightAngle); -- 2.20.1