From: Ash Tyndall Date: Tue, 18 Oct 2011 12:00:10 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=1c41675b235ffe68ffb6238bb0a252261360ae04 --- diff --git a/scene.c b/scene.c index 8a007f9..0481882 100644 --- a/scene.c +++ b/scene.c @@ -583,7 +583,7 @@ void drawFloor() { glVertex3fv(floorVertices[3]); glEnd();*/ -drawSquare(0, -1000.0, -1000.0, 1000.0, 1000.0); +drawSquare(0, -10.0, -10.0, 10.0, 10.0); /*if (useTexture) { glDisable(GL_TEXTURE_2D);