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:
9252033
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 11:50:13 +0000
(19:50 +0800)
committer
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 11:50:13 +0000
(19:50 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
cad5534
..
22598df
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-602,6
+602,7
@@
void drawSquare(int recurseLevel, GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2
\r
\r
if ( drawFloorRecurse != recurseLevel ) {
\r
+ printf("Drawing (%.10f, %.10f) -> (%.10f, %.10f)\n", x1, y2, x2, y2);
\r
GLfloat xm = (x1 + x2) / 2.0;
\r
GLfloat ym = (y1 + y2) / 2.0;
\r
int rnew = recurseLevel + 1;
\r
UCC
git Repository :: git.ucc.asn.au