(no commit message)
[atyndall/cits2231.git] / helper.c
index 9eebe50..5c82e41 100644 (file)
--- a/helper.c
+++ b/helper.c
@@ -247,10 +247,10 @@ void drawSquare(int recurseLevel, float x1, float z1, float x2, float z2) {
     glEnd();
   }*/
 
- unsigned int GridSizeX = 16;
-       unsigned int GridSizeY = 16;
-       unsigned int SizeX = 8;
-       unsigned int SizeY = 8;
+ unsigned int GridSizeX = 100;
+       unsigned int GridSizeY = 100;
+       unsigned int SizeX = 2;
+       unsigned int SizeY = 2;
 
   
        for (unsigned int x =0;x<GridSizeX;++x)

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