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:
9f1ff4b
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 11:30:59 +0000
(19:30 +0800)
committer
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 11:30:59 +0000
(19:30 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
a2da934
..
3a1cae6
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-608,6
+608,7
@@
void drawSquare(int recurseLevel, GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2
drawSquare(recurseLevel + 1, x1, y1, xm, y2);
\r
drawSquare(recurseLevel + 1, xm, y1, x2, y2);
\r
} else {
\r
+ printf("Drawing (%f, %f) -> (%f, %f)", x1, y2, x2, y2);
\r
glBegin(GL_QUADS);
\r
glVertex3f(x1, 0.0, y1);
\r
glVertex3f(x1, 0.0, y2);
\r
UCC
git Repository :: git.ucc.asn.au