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

diff --git a/scene.c b/scene.c
index 3ffaefd..128e621 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -650,7 +650,7 @@ void display() {
 \r
       /* Draw a yellow ball at the light source. */\r
       glTranslatef(lightPosition[0], lightPosition[1], lightPosition[2]);\r
 \r
       /* Draw a yellow ball at the light source. */\r
       glTranslatef(lightPosition[0], lightPosition[1], lightPosition[2]);\r
-      glutSolidSphere(1.0, 5, 5);\r
+      glutSolidSphere(100.0, 5, 5);\r
 \r
       glEnable(GL_LIGHTING);\r
     glPopMatrix();\r
 \r
       glEnable(GL_LIGHTING);\r
     glPopMatrix();\r

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