From: Ash Tyndall Date: Fri, 21 Oct 2011 07:56:47 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=54e3ae61153d6ddb0fe0d7c44670d3c1631e85fc --- diff --git a/scene.c b/scene.c index 8c57bda..0e5ae12 100644 --- a/scene.c +++ b/scene.c @@ -406,7 +406,7 @@ void init() { glLightfv(GL_LIGHT0, GL_SPECULAR, specular0); glLightfv(GL_LIGHT0, GL_SPOT_DIRECTION, direction0); - glLightf(GL_LIGHT0, GL_SPOT_CUTOFF, 90.0); + glLightf(GL_LIGHT0, GL_SPOT_CUTOFF, 60.0); glLightfv(GL_LIGHT1, GL_AMBIENT, ambient1); glLightfv(GL_LIGHT1, GL_DIFFUSE, diffuse1);