projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76ec188
)
line smoothing!
author
Derek Foreman
<manmower@gmail.com>
Thu, 29 May 2003 03:01:53 +0000
(
03:01
+0000)
committer
Derek Foreman
<manmower@gmail.com>
Thu, 29 May 2003 03:01:53 +0000
(
03:01
+0000)
glft/test.c
patch
|
blob
|
history
diff --git
a/glft/test.c
b/glft/test.c
index cf32d42bc10b93ed35c34dea7983e1d8297056fa..b4ff967bfe3c883cd85c0a057328ab3b08c4b25b 100644
(file)
--- a/
glft/test.c
+++ b/
glft/test.c
@@
-84,8
+84,9
@@
int main(int argc, char **argv)
glClearColor(0.0, 0.0, 1.0, 0.0);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
- glOrtho(0, 30
, -10, 3
0, 0, 10);
+ glOrtho(0, 30
0, -100, 30
0, 0, 10);
glMatrixMode(GL_MODELVIEW);
+ glEnable(GL_LINE_SMOOTH);
quit = 0;
while (!quit) {