From: Ash Tyndall Date: Fri, 21 Oct 2011 06:08:01 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=1ae43d825903e4955b8ec9a59167fdddce8f2e9a --- diff --git a/scene.c b/scene.c index 609fdd1..7e5e2ad 100644 --- a/scene.c +++ b/scene.c @@ -416,8 +416,8 @@ void init() { glMaterialfv(GL_FRONT, GL_EMISSION, emission); glMaterialf(GL_FRONT, GL_SHININESS, shine); - glEnable(GL_LIGHT0); - glEnable(GL_LIGHT1); + //glEnable(GL_LIGHT0); + //glEnable(GL_LIGHT1); glEnable(GL_LIGHTING); }