From: Ash Tyndall Date: Thu, 20 Oct 2011 13:23:09 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=fa7aa48eba358f8175a644b3261f8571ebbfe5e0 --- diff --git a/helper.c b/helper.c index 9eebe50..5c82e41 100644 --- 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