From 06157337bd3a8931dec438a5c322cab420510736 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 22 Oct 2011 10:46:30 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1