(no commit message)
authorAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 04:56:14 +0000 (12:56 +0800)
committerAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 04:56:14 +0000 (12:56 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 99ccfa0..281f99f 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -413,7 +413,7 @@ void display() {
   glPushMatrix();\r
 \r
     /* Perform scene rotations based on user mouse/keyboard input. */\r
   glPushMatrix();\r
 \r
     /* Perform scene rotations based on user mouse/keyboard input. */\r
-    glRotatef(rotate*camRotateFactor, 0.0, 1.0, 0.0);\r
+    //glRotatef(rotate*camRotateFactor, 0.0, 1.0, 0.0);\r
     glTranslatef(camx, camy, camz);\r
     glRotatef(keyrot, 1.0, 0.0, 0.0);\r
 \r
     glTranslatef(camx, camy, camz);\r
     glRotatef(keyrot, 1.0, 0.0, 0.0);\r
 \r

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