git.ucc.asn.au
/
atyndall
/
cits2231.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71b87df
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Thu, 20 Oct 2011 13:23:09 +0000
(21:23 +0800)
committer
Ash Tyndall
<
[email protected]
>
Thu, 20 Oct 2011 13:23:09 +0000
(21:23 +0800)
helper.c
patch
|
blob
|
history
diff --git
a/helper.c
b/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 = 1
6
;
- unsigned int GridSizeY = 1
6
;
- unsigned int SizeX =
8
;
- unsigned int SizeY =
8
;
+ unsigned int GridSizeX = 1
00
;
+ unsigned int GridSizeY = 1
00
;
+ unsigned int SizeX =
2
;
+ unsigned int SizeY =
2
;
for (unsigned int x =0;x<GridSizeX;++x)
UCC
git Repository :: git.ucc.asn.au