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:
c3f151c
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 10:53:12 +0000
(18:53 +0800)
committer
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 10:53:12 +0000
(18:53 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
aa26ba1
..
3d5583f
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-616,7
+616,7
@@
void display() {
\r
//glTranslatef(0.0, 0.0, 0.0);
\r
\r
- glut
Solid
Teapot(30); // Draw teapot for test
\r
+ glut
Wire
Teapot(30); // Draw teapot for test
\r
glPopMatrix();
\r
\r
glPushMatrix();
\r
@@
-645,7
+645,7
@@
void init() {
gluPerspective(
\r
60.0, /* field of view in degree */
\r
1.0, /* aspect ratio */
\r
-
-90
0.0, /* Z near */
\r
+ 0.0, /* Z near */
\r
900.0 /* Z far */
\r
);
\r
\r
UCC
git Repository :: git.ucc.asn.au