From: Ash Tyndall Date: Thu, 20 Oct 2011 12:58:01 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=9884255966ab9fb6184133452e114b9d07fc1110;hp=f0ca91aee0613aecddb7b96ca808098e1adf463e --- diff --git a/scene.c b/scene.c index 8982882..ce9ed45 100644 --- a/scene.c +++ b/scene.c @@ -371,7 +371,7 @@ void init() { glLightfv(GL_LIGHT0, GL_SPECULAR, specular0); GLfloat direction0[] = {0.0, 0.0, 0.0}; glLightfv(GL_LIGHT0, GL_SPOT_DIRECTION, direction0); - glLightf(GL_LIGHT0, GL_SPOT_CUTOFF, 60.0); + glLightf(GL_LIGHT0, GL_SPOT_CUTOFF, 90.0); glLightModelfv(GL_LIGHT_MODEL_AMBIENT, glightmodel); GLfloat ambient[] = {0.2, 0.2, 0.2, 1.0};