(no commit message)
authorAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 12:15:28 +0000 (20:15 +0800)
committerAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 12:15:28 +0000 (20:15 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 74136de..92c7482 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -618,7 +618,7 @@ void display() {
     0.0, 1.0,  0.0   /* up is in postivie Y direction */\r
     );\r
 \r
-  glRotatef(45.0, 1.0, 0.0, 0.0);\r
+  glRotatef(20.0, 1.0, 0.0, 0.0);\r
 \r
   /* Reposition the light source. */\r
   lightPosition[0] = 12*cos(lightAngle);\r

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