X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=helper.c;h=14fbe5aa2d0c6520270a2813950893c679850d4d;hp=471555bb321d4399a43bbfada4c4fd53c4f6e6de;hb=abf44d3ed91bc9ee8f342c6c70cacd13d4ff2b70;hpb=cd6001f4abb00d08233ae487f922e2fc9ecdb67d diff --git a/helper.c b/helper.c index 471555b..14fbe5a 100644 --- a/helper.c +++ b/helper.c @@ -218,8 +218,8 @@ void drawFloor() { glBegin(GL_QUADS); - // **NOTE: Code under development to solve the texture-is-larger than square problem - + // **NOTE: Code under development to solve the texture-is-larger-than-square problem +/* int textureTileSize = 50; int divisions = 2; @@ -249,8 +249,8 @@ void drawFloor() { } } } +*/ -/* for ( int x = -floorSize; x < floorSize; x++ ) { for ( int z = -floorSize; z < floorSize; z++ ) { glColor3f( 1.0, 1.0, 1.0 ); @@ -267,7 +267,7 @@ void drawFloor() { glTexCoord2f( 0.0, 1.0 ); glVertex3f ( x*squareSize, 0.0, (z+1)*squareSize ); } - }*/ + } glEnd();