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:
a6ded21
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 12:27:46 +0000
(20:27 +0800)
committer
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 12:27:46 +0000
(20:27 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
16bd2fb
..
5b6e983
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-640,7
+640,7
@@
void display() {
\r
glPushMatrix();
\r
\r
- glTranslatef(0.0,
0.0, -2
.0);
\r
+ glTranslatef(0.0,
2.0, 0
.0);
\r
glutWireTeapot(1); // Draw teapot for test
\r
glPopMatrix();
\r
\r
UCC
git Repository :: git.ucc.asn.au