From: Ash Tyndall Date: Tue, 18 Oct 2011 11:09:36 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=fe0a6a8ae3ff8a57f0f92e6f9de8d7814886c94d --- diff --git a/scene.c b/scene.c index a9a5d6b..aa3967b 100644 --- a/scene.c +++ b/scene.c @@ -572,7 +572,7 @@ void drawFloor() { // glEnable(GL_TEXTURE_2D); //} - glBegin(GL_QUADS); + /*glBegin(GL_QUADS); glTexCoord2f(0.0, 0.0); glVertex3fv(floorVertices[0]); glTexCoord2f(0.0, 16.0); @@ -581,7 +581,7 @@ void drawFloor() { glVertex3fv(floorVertices[2]); glTexCoord2f(16.0, 0.0); glVertex3fv(floorVertices[3]); - glEnd(); + glEnd();*/ /*if (useTexture) { glDisable(GL_TEXTURE_2D);