From b193dedb61a85a497738729f67e02c593a447d77 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 22 Oct 2011 15:18:23 +0800 Subject: [PATCH] --- globals.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/globals.c b/globals.c index d15258d..0616875 100644 --- a/globals.c +++ b/globals.c @@ -45,9 +45,9 @@ LightObject lightObjs[LIGHTS]; 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[] = {0.0, 1.0, 0.0, 1.0}; +GLfloat defaultAmbient[] = {0.8, 0.8, 0.8, 1.0}; +GLfloat defaultDiffuse[] = {0.8, 0.8, 0.8, 1.0}; +GLfloat defaultSpecular[] = {0.8, 0.8, 0.8, 1.0}; GLfloat defaultDirection[] = {0.0, 0.0, 0.0}; GLfloat defaultCutoff = 180; -- 2.20.1