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:
0519754
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 07:09:07 +0000
(15:09 +0800)
committer
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 07:09:07 +0000
(15:09 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
d829def
..
d709f6b
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-595,7
+595,7
@@
void init() {
0.0, 1.0, 0.0 /* up is in postivie Y direction */
\r
);
\r
\r
- glTranslatef( 0.0f, 0.0f, -
25
.0f); // Move into the Screen 10.0
\r
+ glTranslatef( 0.0f, 0.0f, -
600
.0f); // Move into the Screen 10.0
\r
\r
glLightModeli(GL_LIGHT_MODEL_LOCAL_VIEWER, 1);
\r
glLightfv(GL_LIGHT0, GL_DIFFUSE, lightColor);
\r
UCC
git Repository :: git.ucc.asn.au