(no commit message)
authorAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 03:18:15 +0000 (11:18 +0800)
committerAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 03:18:15 +0000 (11:18 +0800)
scene.c

diff --git a/scene.c b/scene.c
index f53d92f..1f206f6 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -308,7 +308,7 @@ void display() {
   }\r
 \r
   gluPerspective(\r
   }\r
 \r
   gluPerspective(\r
-    60.0,\r
+    75.0,\r
     aspect,\r
     0.1,\r
     200\r
     aspect,\r
     0.1,\r
     200\r
@@ -323,7 +323,7 @@ void display() {
     0.0,  10.0,  0.0   /* up is in postivie Y direction */\r
     );\r
 \r
     0.0,  10.0,  0.0   /* up is in postivie Y direction */\r
     );\r
 \r
-  glRotatef(50.0, 1.0, 0.0, 0.0);\r
+  glRotatef(40.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