From: Ash Tyndall Date: Tue, 18 Oct 2011 11:46:40 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=4e723282d8f60a3dc22da9f88b1ab683c0f9c4d0;p=atyndall%2Fcits2231.git --- diff --git a/scene.c b/scene.c index 0dae69f..0cc5d31 100644 --- a/scene.c +++ b/scene.c @@ -614,6 +614,7 @@ void drawSquare(int recurseLevel, GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2 drawSquare(rnew, xm, y1, x2, ym); } else { + printf("Recurse level %d\n", recurseLevel); printf("Drawing (%f, %f) -> (%f, %f)\n", x1, y2, x2, y2); glBegin(GL_QUADS); glVertex3f(x1, 0.0, y1);