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:
98e1aa8
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Sat, 22 Oct 2011 07:39:04 +0000
(15:39 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 22 Oct 2011 07:39:04 +0000
(15:39 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
e003003
..
55b1856
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-442,7
+442,7
@@
int main(int argc, char **argv) {
glDepthRange(0,1);
\r
glEnable(GL_DEPTH_TEST); // Enables Depth Testing
\r
glDepthFunc(GL_LEQUAL); // the type
\r
- glEnable(GL_CULL_FACE);
\r
+
//
glEnable(GL_CULL_FACE);
\r
glLineWidth(1.0);
\r
\r
glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);
\r
UCC
git Repository :: git.ucc.asn.au