X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=04818827bd925b7b809f3b05fec64dd1f1bda0dd;hp=8a007f962b852cb631dab611f12c82f1008fa142;hb=1c41675b235ffe68ffb6238bb0a252261360ae04;hpb=7a107daa482e61c8145b5d1049e2dd2f3b499155 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);