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:
cd6001f
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 07:48:15 +0000
(15:48 +0800)
committer
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 07:48:15 +0000
(15:48 +0800)
helper.c
patch
|
blob
|
history
diff --git
a/helper.c
b/helper.c
index
471555b
..
14fbe5a
100644
(file)
--- 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();
UCC
git Repository :: git.ucc.asn.au