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:
b6c863d
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 12:21:43 +0000
(20:21 +0800)
committer
Ash Tyndall
<
[email protected]
>
Tue, 18 Oct 2011 12:21:43 +0000
(20:21 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
b46f24f
..
4467e7d
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-484,8
+484,8
@@
void makeMenu() {
* @param h New height
\r
*/
\r
void windowReshape(int w, int h) {
\r
- GLdouble near = -
20
0.0;
\r
- GLdouble far =
20
0.0;
\r
+ GLdouble near = -
5
0.0;
\r
+ GLdouble far =
5
0.0;
\r
\r
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
\r
glMatrixMode(GL_PROJECTION);
\r
@@
-641,7
+641,7
@@
void display() {
glPushMatrix();
\r
\r
//glTranslatef(0.0, 0.0, 0.0);
\r
- glutWireTeapot(
30
); // Draw teapot for test
\r
+ glutWireTeapot(
1
); // Draw teapot for test
\r
glPopMatrix();
\r
\r
glPushMatrix();
\r
UCC
git Repository :: git.ucc.asn.au