(no commit message)
authorAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 02:46:30 +0000 (10:46 +0800)
committerAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 02:46:30 +0000 (10:46 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 49661b1..4852c0b 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -375,7 +375,7 @@ void display() {
     0.0,  10.0,  0.0   /* up is in postivie Y direction */\r
     );\r
 \r
-  glRotatef(camAngle*camAngleFactor, 1.0, 0.0, 0.0);\r
+  //glRotatef(camAngle*camAngleFactor, 1.0, 0.0, 0.0);\r
 \r
   /* Reposition the light source 0. */\r
   lightPosition0[0] = 12*cos(lightAngle0);\r

UCC git Repository :: git.ucc.asn.au