From: Ash Tyndall Date: Wed, 19 Oct 2011 12:30:18 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=sidebyside;h=2e45bbdea680ba33d94f53b8c915294c23fc507d;p=atyndall%2Fcits2231.git --- 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}; /**