From f82d84288a2402a0ebab3c81a2da6299b90ffc13 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 22 Oct 2011 14:52:48 +0800 Subject: [PATCH] --- globals.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/globals.c b/globals.c index 8a8d488..aa9f283 100644 --- a/globals.c +++ b/globals.c @@ -50,8 +50,8 @@ GLfloat defaultDiffuse[] = {0.0, 1.0, 0.0, 1.0}; GLfloat defaultSpecular[] = {1.0, 0.0, 0.0, 1.0}; GLfloat defaultDirection[] = {0.0, 0.0, 0.0}; -GLfloat defaultCutoff = 1; -GLfloat defaultExponent = 0; +GLfloat defaultCutoff = 0; +GLfloat defaultExponent = 1; /* Material types */ GLfloat materialAmbient[] = {0.2, 0.2, 0.2, 1.0}; -- 2.20.1