]> git.mxchange.org Git - flightgear.git/blobdiff - Main/mesh2GL.c
Capitalized subdirectory names.
[flightgear.git] / Main / mesh2GL.c
index b30865a5ef9a57ddbe99f130d351b5fced665c13..64a3a28418f194070c1a8ed0bd30dab153eadcdf 100644 (file)
@@ -31,7 +31,7 @@
     #include "gltk.h"
 #endif
 
-#include "../scenery/mesh.h"
+#include "../Scenery/mesh.h"
 #include "../mat3/mat3.h"
 
 
@@ -46,7 +46,7 @@ GLint mesh2GL(struct mesh *m) {
     int i, j, istep, jstep, iend, jend;
     float temp;
 
-    istep = jstep = 16;  /* Detail level 1 -- 1200 ... */
+    istep = jstep = 25;  /* Detail level 1 -- 1200 ... */
 
     mesh = glGenLists(1);
     glNewList(mesh, GL_COMPILE);
@@ -108,9 +108,15 @@ GLint mesh2GL(struct mesh *m) {
 
 
 /* $Log$
-/* Revision 1.19  1997/06/18 02:21:24  curt
-/* Hacked in a runway
+/* Revision 1.21  1997/06/21 17:12:54  curt
+/* Capitalized subdirectory names.
 /*
+ * Revision 1.20  1997/06/18 04:10:32  curt
+ * A couple more runway tweaks ...
+ *
+ * Revision 1.19  1997/06/18 02:21:24  curt
+ * Hacked in a runway
+ *
  * Revision 1.18  1997/06/17 04:19:17  curt
  * More timer related tweaks with respect to view direction changes.
  *