From 25283b277b8404716b19fd41eb537568e7f9ef35 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 20:41:08 +0800 Subject: [PATCH] --- scene.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scene.c b/scene.c index 1bafde5..e3004ee 100644 --- a/scene.c +++ b/scene.c @@ -675,9 +675,9 @@ void init() { ); -GLfloat diffuse0[] = {1.0, 0.0, 0.0, 1.0}; -GLfloat ambient0[] = {1.0, 0.0, 0.0, 1.0}; -GLfloat specular0[] = {1.0, 0.0, 0.0, 1.0}; +GLfloat diffuse0[] = {1.0, 1.0, 1.0, 1.0}; +GLfloat ambient0[] = {1.0, 1.0, 1.0, 1.0}; +GLfloat specular0[] = {1.0, 1.0, 1.0, 1.0}; GLfloat light0_pos[] ={ 1.0, 2.0, 3,0, 1.0}; glEnable(GL_LIGHT0); -- 2.20.1