From: Ash Tyndall Date: Tue, 18 Oct 2011 12:17:49 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=fa93bc8620c7fb9742327cf0b41dfe0ae970a324 --- diff --git a/scene.c b/scene.c index 3ffaefd..128e621 100644 --- a/scene.c +++ b/scene.c @@ -650,7 +650,7 @@ void display() { /* Draw a yellow ball at the light source. */ glTranslatef(lightPosition[0], lightPosition[1], lightPosition[2]); - glutSolidSphere(1.0, 5, 5); + glutSolidSphere(100.0, 5, 5); glEnable(GL_LIGHTING); glPopMatrix();