more extra points, raise font in test
authorDerek Foreman <manmower@gmail.com>
Thu, 29 May 2003 01:54:48 +0000 (01:54 +0000)
committerDerek Foreman <manmower@gmail.com>
Thu, 29 May 2003 01:54:48 +0000 (01:54 +0000)
glft/render.c
glft/test.c

index 24e2245afd2de071c9eea0b118d5ffd66d95b6a7..e9f2fbb288c1e6c0315c8c6dba1122ebaf22711e 100644 (file)
@@ -4,7 +4,7 @@
 #include <glib.h>
 #include <GL/glx.h>
 
-#define TPOINTS 5.0
+#define TPOINTS 15.0
 
 #define TOFLOAT(x) (((x) >> 6) + ((x) & 63)/64.0)
 
index f7e47db6b6d9f11635d94a2f0ed0ac7409f65e88..cf32d42bc10b93ed35c34dea7983e1d8297056fa 100644 (file)
@@ -84,7 +84,7 @@ int main(int argc, char **argv)
     glClearColor(0.0, 0.0, 1.0, 0.0);
     glMatrixMode(GL_PROJECTION);
     glLoadIdentity();
-    glOrtho(0, 30, 0, 40, 0, 10);
+    glOrtho(0, 30, -10, 30, 0, 10);
     glMatrixMode(GL_MODELVIEW);
 
     quit = 0;