X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=scene.c;h=aa3967bf518a0b83cc9a16a08d05f26226bb6ba2;hb=fe0a6a8ae3ff8a57f0f92e6f9de8d7814886c94d;hp=a9a5d6b221e63d2e039ef16f53b3ac22706fc3bd;hpb=a56d2d3830d709d792cdb5a54386988bca4206e0;p=atyndall%2Fcits2231.git 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);