From: Ash Tyndall Date: Tue, 18 Oct 2011 12:15:28 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=ccfbc5f4ffa0ae96d7c3ebc4facd893c343cd54e --- diff --git a/scene.c b/scene.c index 74136de..92c7482 100644 --- a/scene.c +++ b/scene.c @@ -618,7 +618,7 @@ void display() { 0.0, 1.0, 0.0 /* up is in postivie Y direction */ ); - glRotatef(45.0, 1.0, 0.0, 0.0); + glRotatef(20.0, 1.0, 0.0, 0.0); /* Reposition the light source. */ lightPosition[0] = 12*cos(lightAngle);