From 7456b4bf1856019e4fc84d1e896007497a31b0cf Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 15:24:05 +0800 Subject: [PATCH 1/1] --- helper.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helper.c b/helper.c index aed5e9a..e72c64e 100644 --- a/helper.c +++ b/helper.c @@ -227,6 +227,8 @@ void drawFloor() { for ( int z = 0; z <= textureTileSize; z += subTileWidth ) { glColor3f( 1.0, 1.0, 1.0 ); + printf("Creating a subtile. Width: %d, x: %d, z: %d, tx: %d, tz: %d\n", subTileWidth, x, z, tx, tz); + glTexCoord2f( tx+textureTileSize, tz+textureTileSize ); glVertex3f ( (x+1)*subTileWidth, 0.0, (z+1)*subTileWidth ); -- 2.20.1