]> git.mxchange.org Git - flightgear.git/blobdiff - Main/mesh2GL.c
Working on incorporating the LaRCsim flight model.
[flightgear.git] / Main / mesh2GL.c
index 9b6015b19a58b3cb1a137dc919a0d0ae9291a5ab..ed3b555c07c453f13d26f2f48cbccea1b4c03aaf 100644 (file)
@@ -59,7 +59,7 @@ GLint mesh2GL(struct mesh *m) {
     int i, j, istep, jstep, iend, jend;
     float temp;
 
-    istep = jstep = 5;  /* Detail level 1 - 1200 ... */
+    istep = jstep = 100;  /* Detail level 1 -- 1200 ... */
 
     mesh = glGenLists(1);
     glNewList(mesh, GL_COMPILE);
@@ -119,10 +119,20 @@ GLint mesh2GL(struct mesh *m) {
 
 
 /* $Log$
-/* Revision 1.6  1997/05/27 17:44:32  curt
-/* Renamed & rearranged variables and routines.   Added some initial simple
-/* timer/alarm routines so the flight model can be updated on a regular interval.
+/* Revision 1.9  1997/05/29 22:39:51  curt
+/* Working on incorporating the LaRCsim flight model.
 /*
+ * Revision 1.8  1997/05/29 12:31:40  curt
+ * Minor tweaks, moving towards general flight model integration.
+ *
+ * Revision 1.7  1997/05/29 02:33:24  curt
+ * Updated to reflect changing interfaces in other "modules."
+ *
+ * Revision 1.6  1997/05/27 17:44:32  curt
+ * Renamed & rearranged variables and routines.   Added some initial simple
+ * timer/alarm routines so the flight model can be updated on a regular 
+ * interval.
+ *
  * Revision 1.5  1997/05/24 01:45:32  curt
  * Fixed surface normals for triangle mesh.
  *