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