projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba083ba
)
push out far clip plane to 200
author
Brian
<brian.paul@tungstengraphics.com>
Mon, 28 Jan 2008 19:41:47 +0000
(12:41 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Mon, 28 Jan 2008 19:42:37 +0000
(12:42 -0700)
progs/demos/gears.c
patch
|
blob
|
history
diff --git
a/progs/demos/gears.c
b/progs/demos/gears.c
index 7abbd3670bd4def368ad2f36718c6ade46aaf72d..2a9fefefb53fded73397f3223c8bb36767ee6de3 100644
(file)
--- a/
progs/demos/gears.c
+++ b/
progs/demos/gears.c
@@
-320,7
+320,7
@@
reshape(int width, int height)
glViewport(0, 0, (GLint) width, (GLint) height);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
- glFrustum(-1.0, 1.0, -h, h, 5.0,
6
0.0);
+ glFrustum(-1.0, 1.0, -h, h, 5.0,
20
0.0);
glMatrixMode(GL_MODELVIEW);
}