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:
084fc8b
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Sun, 9 Oct 2011 11:47:28 +0000
(19:47 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sun, 9 Oct 2011 11:47:28 +0000
(19:47 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
bebcff1
..
dd12fb8
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-510,7
+510,7
@@
void display() {
glTranslatef( 0.0f, 0.0f, -5.0f); // Move into the Screen 10.0
\r
glutSolidTeapot(1);
\r
\r
- gluLookAt(0.
45
f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f);
\r
+ gluLookAt(0.
7
f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f);
\r
\r
glutSwapBuffers();
\r
}
\r
UCC
git Repository :: git.ucc.asn.au