From: Ash Tyndall Date: Thu, 20 Oct 2011 11:42:43 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=3c57c05dfa72533bdca640fabc82a6b34b9a26a9 --- diff --git a/scene.c b/scene.c index 1654527..c2cc381 100644 --- a/scene.c +++ b/scene.c @@ -316,7 +316,7 @@ void display() { /* Perform scene rotations based on user mouse input. */ glRotatef(angle, 0.0, 1.0, 0.0); - //glRotatef(angle2, 1.0, 0.0, 0.0); **NOTE: Only one degree of freedom + glRotatef(angle2, 1.0, 0.0, 0.0); //**NOTE: Only one degree of freedom glLightfv(GL_LIGHT0, GL_POSITION, lightPosition);