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:
8caac17
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 06:08:01 +0000
(14:08 +0800)
committer
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 06:08:01 +0000
(14:08 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
609fdd1
..
7e5e2ad
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-416,8
+416,8
@@
void init() {
glMaterialfv(GL_FRONT, GL_EMISSION, emission);
\r
glMaterialf(GL_FRONT, GL_SHININESS, shine);
\r
\r
- glEnable(GL_LIGHT0);
\r
- glEnable(GL_LIGHT1);
\r
+
//
glEnable(GL_LIGHT0);
\r
+
//
glEnable(GL_LIGHT1);
\r
glEnable(GL_LIGHTING);
\r
}
\r
\r
UCC
git Repository :: git.ucc.asn.au