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:
712b188
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 10:49:15 +0000
(18:49 +0800)
committer
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 10:49:15 +0000
(18:49 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
15d8f9d
..
23144bc
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-564,7
+564,7
@@
void drawFloor() {
// glEnable(GL_TEXTURE_2D);
\r
//}
\r
\r
- glBegin(GL_QUADS);
\r
+
/*
glBegin(GL_QUADS);
\r
glTexCoord2f(0.0, 0.0);
\r
glVertex3fv(floorVertices[0]);
\r
glTexCoord2f(0.0, 16.0);
\r
@@
-573,7
+573,7
@@
void drawFloor() {
glVertex3fv(floorVertices[2]);
\r
glTexCoord2f(16.0, 0.0);
\r
glVertex3fv(floorVertices[3]);
\r
- glEnd();
\r
+ glEnd();
*/
\r
\r
/*if (useTexture) {
\r
glDisable(GL_TEXTURE_2D);
\r
UCC
git Repository :: git.ucc.asn.au