From: Ash Tyndall Date: Thu, 20 Oct 2011 11:35:15 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=4db627cb2b67a5fd49b65b2b8cde754deeddf3e3 --- diff --git a/scene.c b/scene.c index 892a087..3d7dcd3 100644 --- a/scene.c +++ b/scene.c @@ -298,7 +298,7 @@ void display() { // **NOTE: Currently this rotation function is all that moves the camera off // the flat surface. Need to integrate function into gluLookAt - glRotatef(50.0, 1.0, 0.0, 0.0); + glRotatef(30.0, 1.0, 0.0, 0.0); /* Reposition the light source. */ lightPosition[0] = 12*cos(lightAngle);