X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=9eb68f0b492a691de10b236d394e2fadc532d8a3;hp=d01535d2529cddf809b5aa79b87c1f330ae8d7ed;hb=4d4ca4a795d149268a8b46b8848ba52e33b5347c;hpb=a347efb639093bd2cc136259aabe0ae8153df5eb 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();