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:
3c57c05
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Thu, 20 Oct 2011 11:43:13 +0000
(19:43 +0800)
committer
Ash Tyndall
<
[email protected]
>
Thu, 20 Oct 2011 11:43:13 +0000
(19:43 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
c2cc381
..
7ce67e4
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-328,7
+328,7
@@
void display() {
glPushMatrix();
\r
glTranslatef(0.0, 1.0, 0.0); // **NOTE: Teapot does not rest on surface
\r
glColor3f(0.5, 0.5, 0.5);
\r
- glutSolidTeapot(
100
);
\r
+ glutSolidTeapot(
25
);
\r
glPopMatrix();
\r
\r
// Draw a white ball over the light source
\r
UCC
git Repository :: git.ucc.asn.au