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:
e0e2b53
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 06:37:19 +0000
(14:37 +0800)
committer
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 06:37:19 +0000
(14:37 +0800)
helper.c
patch
|
blob
|
history
diff --git
a/helper.c
b/helper.c
index
98838f3
..
8236469
100644
(file)
--- a/
helper.c
+++ b/
helper.c
@@
-220,16
+220,16
@@
void drawFloor() {
for ( int z = -floorSize; z < floorSize; z++ ) {
glColor3f( 1.0, 1.0, 1.0 );
- glTexCoord2f( 6.0,
1
.0 );
+ glTexCoord2f( 6.0,
6
.0 );
glVertex3f ( (x+1)*squareSize, 0.0, (z+1)*squareSize );
- glTexCoord2f(
1
.0, 0.0 );
+ glTexCoord2f(
6
.0, 0.0 );
glVertex3f ( (x+1)*squareSize, 0.0, z*squareSize );
glTexCoord2f( 0.0, 0.0 );
glVertex3f ( x*squareSize, 0.0, z*squareSize );
- glTexCoord2f( 0.0,
1
.0 );
+ glTexCoord2f( 0.0,
6
.0 );
glVertex3f ( x*squareSize, 0.0, (z+1)*squareSize );
}
}
UCC
git Repository :: git.ucc.asn.au