From: Ash Tyndall Date: Wed, 19 Oct 2011 12:29:01 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=545900bc8b607326aed358ac455b632f8fd6fdbe;hp=55097a45c4add91cd839f9d86d2255f2de5a9ab0 --- diff --git a/scene.c b/scene.c index f3c4d2c..fff3726 100644 --- a/scene.c +++ b/scene.c @@ -139,7 +139,7 @@ int floorSize = 100; GLfloat diffuse0[] = {1.0, 1.0, 1.0, 1.0}; GLfloat ambient0[] = {0.0, 0.0, 0.0, 1.0}; GLfloat specular0[] = {1.0, 1.0, 1.0, 1.0}; -GLfloat emission0[] = {0.0, 0.0, 0.0, 1.0}; +GLfloat emission0[] = {0.0, 0.0, 0.0, 0.0}; GLfloat light0_pos[] ={ 1.0, 1.0, 0,0, 1.0};