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:
a56d2d3
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 11:09:36 +0000
(19:09 +0800)
committer
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 11:09:36 +0000
(19:09 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
a9a5d6b
..
aa3967b
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-572,7
+572,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
@@
-581,7
+581,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