From 9884255966ab9fb6184133452e114b9d07fc1110 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Thu, 20 Oct 2011 20:58:01 +0800 Subject: [PATCH 1/1] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; -- 2.20.1