From 4d4ca4a795d149268a8b46b8848ba52e33b5347c Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 15:03:57 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index d01535d..9eb68f0 100644 --- a/scene.c +++ b/scene.c @@ -561,7 +561,7 @@ void display() { /* Draw a yellow ball at the light source. */ glTranslatef(lightPosition[0], lightPosition[1], lightPosition[2]); - glutSolidSphere(1.0, 5, 5); + glutSolidSphere(90.0, 5, 5); glEnable(GL_LIGHTING); glPopMatrix(); -- 2.20.1