From ec643184723d626345255a72a3d40cf8c8c76a75 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 22 Oct 2011 15:17:32 +0800 Subject: [PATCH 1/1] --- globals.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/globals.c b/globals.c index bdabe2d..d15258d 100644 --- a/globals.c +++ b/globals.c @@ -47,10 +47,10 @@ GLfloat defaultPosition[] = {0.0, 0.0, 0.0, 0.0}; GLfloat defaultAmbient[] = {0.0, 1.0, 0.0, 1.0}; GLfloat defaultDiffuse[] = {0.0, 1.0, 0.0, 1.0}; -GLfloat defaultSpecular[] = {1.0, 0.0, 0.0, 1.0}; +GLfloat defaultSpecular[] = {0.0, 1.0, 0.0, 1.0}; GLfloat defaultDirection[] = {0.0, 0.0, 0.0}; -GLfloat defaultCutoff = 0; +GLfloat defaultCutoff = 180; GLfloat defaultExponent = 1; /* Material types */ -- 2.20.1