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:
bb4992a
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 03:18:15 +0000
(11:18 +0800)
committer
Ash Tyndall
<
[email protected]
>
Fri, 21 Oct 2011 03:18:15 +0000
(11:18 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
f53d92f
..
1f206f6
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-308,7
+308,7
@@
void display() {
}
\r
\r
gluPerspective(
\r
-
60
.0,
\r
+
75
.0,
\r
aspect,
\r
0.1,
\r
200
\r
@@
-323,7
+323,7
@@
void display() {
0.0, 10.0, 0.0 /* up is in postivie Y direction */
\r
);
\r
\r
- glRotatef(
5
0.0, 1.0, 0.0, 0.0);
\r
+ glRotatef(
4
0.0, 1.0, 0.0, 0.0);
\r
\r
/* Reposition the light source. */
\r
lightPosition[0] = 12*cos(lightAngle);
\r
UCC
git Repository :: git.ucc.asn.au