X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=scene.c;h=b5491ff0c0d65cb291f807946098e43f7fd94b34;hb=89a70252e02ba45574d6966a4bb90c349a1751f2;hp=6993bd4fb13708f2f84332eb691b71d13c88b5fc;hpb=a2f1c50d8985e2f043840ffea632fba446535a34;p=atyndall%2Fcits2231.git 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);