From 2e45bbdea680ba33d94f53b8c915294c23fc507d Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Wed, 19 Oct 2011 20:30:18 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index f12ed3f..02033d9 100644 --- a/scene.c +++ b/scene.c @@ -139,8 +139,8 @@ int floorSize = 100; 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}; GLfloat emission0[] = {0.0, 0.0, 0.0, 0.0}; -GLfloat light0_pos[] ={1.0, 1.0, 0,0, 1.0}; /** -- 2.20.1