From: Ash Tyndall Date: Sat, 22 Oct 2011 02:46:30 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=06157337bd3a8931dec438a5c322cab420510736;ds=sidebyside --- diff --git a/scene.c b/scene.c index 49661b1..4852c0b 100644 --- a/scene.c +++ b/scene.c @@ -375,7 +375,7 @@ void display() { 0.0, 10.0, 0.0 /* up is in postivie Y direction */ ); - glRotatef(camAngle*camAngleFactor, 1.0, 0.0, 0.0); + //glRotatef(camAngle*camAngleFactor, 1.0, 0.0, 0.0); /* Reposition the light source 0. */ lightPosition0[0] = 12*cos(lightAngle0);