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

diff --git a/scene.c b/scene.c
index d9a4ea3..7d45bbf 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -304,7 +304,7 @@ void display() {
     0.0,  1.0,  0.0   /* up is in postivie Y direction */\r
     );\r
 \r
     0.0,  1.0,  0.0   /* up is in postivie Y direction */\r
     );\r
 \r
-  glRotatef(75.0, 1.0, 0.0, 0.0);\r
+  glRotatef(50.0, 1.0, 0.0, 0.0);\r
 \r
   /* Reposition the light source. */\r
   lightPosition[0] = 12*cos(lightAngle);\r
 \r
   /* Reposition the light source. */\r
   lightPosition[0] = 12*cos(lightAngle);\r

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