From: Ash Tyndall Date: Fri, 21 Oct 2011 07:24:05 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=7456b4bf1856019e4fc84d1e896007497a31b0cf;hp=b3a3d7099dce9e51d7163d724106e2e2fd8d9973 --- 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 );