(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index 6993bd4..e5ba7ce 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -563,7 +563,7 @@ void idle() {
 }\r
 \r
 \r
-int drawFloorRecurse = 2;\r
+int drawFloorRecurse = 10;\r
 \r
 void drawSquare(int recurseLevel, float x1, float y1, float x2, float y2) {\r
 \r
@@ -614,7 +614,7 @@ void drawFloor() {
     glVertex3fv(floorVertices[3]);\r
   glEnd();*/\r
 \r
-drawSquare(0, -10.0, -10.0, 10.0, 10.0);\r
+drawSquare(0, -1000.0, -1000.0, 1000.0, 1000.0);\r
 \r
   /*if (useTexture) {\r
     glDisable(GL_TEXTURE_2D);\r

UCC git Repository :: git.ucc.asn.au