From 33a481008fc799fb11418627458e57d3e109b76b Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Wed, 19 Oct 2011 20:29:24 +0800 Subject: [PATCH] --- scene.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scene.c b/scene.c index fff3726..f12ed3f 100644 --- a/scene.c +++ b/scene.c @@ -137,10 +137,10 @@ int floorSize = 100; /* Light 0 parameters */ GLfloat diffuse0[] = {1.0, 1.0, 1.0, 1.0}; -GLfloat ambient0[] = {0.0, 0.0, 0.0, 1.0}; +GLfloat ambient0[] = {1.0, 1.0, 1.0, 1.0}; GLfloat specular0[] = {1.0, 1.0, 1.0, 1.0}; GLfloat emission0[] = {0.0, 0.0, 0.0, 0.0}; -GLfloat light0_pos[] ={ 1.0, 1.0, 0,0, 1.0}; +GLfloat light0_pos[] ={1.0, 1.0, 0,0, 1.0}; /** -- 2.20.1