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:
6ac25f4
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 12:34:12 +0000
(20:34 +0800)
committer
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 12:34:12 +0000
(20:34 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
305f79e
..
4c6bcf9
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-675,7
+675,7
@@
void init() {
);
\r
\r
glLightModeli(GL_LIGHT_MODEL_LOCAL_VIEWER, 1);
\r
- glLightfv(GL_LIGHT0, GL_AMBIENT, lightColor);
\r
+ glLightfv(GL_LIGHT0, GL_AMBIENT
|GL_SPECULAR|GL_DIFFUSE
, lightColor);
\r
glLightf(GL_LIGHT0, GL_CONSTANT_ATTENUATION, 0.1);
\r
glLightf(GL_LIGHT0, GL_LINEAR_ATTENUATION, 0.05);
\r
glEnable(GL_LIGHT0);
\r
UCC
git Repository :: git.ucc.asn.au