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:
97e628a
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Sat, 22 Oct 2011 06:56:43 +0000
(14:56 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 22 Oct 2011 06:56:43 +0000
(14:56 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
c7a6b9c
..
19aeee9
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-396,9
+396,9
@@
void display() {
lightObjs[0].position[3] = 0.0;
\r
\r
/* Reposition the light source 1. */
\r
- lightObjs[1].position[0] = 9*cos(
20
0);
\r
+ lightObjs[1].position[0] = 9*cos(
9
0);
\r
lightObjs[1].position[1] = 5;
\r
- lightObjs[1].position[2] = 9*sin(
20
0);
\r
+ lightObjs[1].position[2] = 9*sin(
9
0);
\r
lightObjs[1].position[3] = 0.0;
\r
\r
//direction0[0] = lightPosition0[0];
\r
UCC
git Repository :: git.ucc.asn.au