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

diff --git a/scene.c b/scene.c
index 9eb68f0..67baaa4 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -557,11 +557,11 @@ void display() {
 \r
     glPushMatrix();\r
       glDisable(GL_LIGHTING);\r
-      glColor3f(1.0, 1.0, 0.0);\r
+      glColor3f(0.0, 0.0, 0.0);\r
 \r
       /* Draw a yellow ball at the light source. */\r
       glTranslatef(lightPosition[0], lightPosition[1], lightPosition[2]);\r
-      glutSolidSphere(90.0, 5, 5);\r
+      glutSolidSphere(1.0, 5, 5);\r
 \r
       glEnable(GL_LIGHTING);\r
     glPopMatrix();\r
@@ -584,7 +584,7 @@ void init() {
   gluPerspective(\r
      60.0,  /* field of view in degree */\r
       1.0,  /* aspect ratio */ \r
-      0.0,  /* Z near */\r
+    -10.0,  /* Z near */\r
     900.0   /* Z far */\r
     );\r
   \r

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