X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=e5ba7cee3ec6094473e68ae2e596574a7ffdf489;hp=6993bd4fb13708f2f84332eb691b71d13c88b5fc;hb=601c83d12be4950573be996457f81d43ccfb8c45;hpb=a2f1c50d8985e2f043840ffea632fba446535a34 diff --git a/scene.c b/scene.c index 6993bd4..e5ba7ce 100644 --- a/scene.c +++ b/scene.c @@ -563,7 +563,7 @@ void idle() { } -int drawFloorRecurse = 2; +int drawFloorRecurse = 10; void drawSquare(int recurseLevel, float x1, float y1, float x2, float y2) { @@ -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);