From: Ash Tyndall Date: Tue, 18 Oct 2011 07:33:55 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=5224820a9d12eef50c06c2f9a67d72ce40ea11ed --- diff --git a/scene.c b/scene.c index cfb80c0..1c6fbd5 100644 --- a/scene.c +++ b/scene.c @@ -551,10 +551,7 @@ void display() { glPushMatrix(); glLightfv(GL_LIGHT0, GL_POSITION, lightPosition); - glEnable(GL_BLEND); - glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); drawFloor(); - glDisable(GL_BLEND); glPushMatrix(); glDisable(GL_LIGHTING);