X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Main%2Fmesh2GL.c;h=ed3b555c07c453f13d26f2f48cbccea1b4c03aaf;hb=3698b6ec3d3cdf52ec06446a989ddbe6bc0ea729;hp=5524fab3148216724aa01dae91d8230cc1bc5c95;hpb=61456137368096439a57ab535ddbe7b49c9d3d28;p=flightgear.git diff --git a/Main/mesh2GL.c b/Main/mesh2GL.c index 5524fab31..ed3b555c0 100644 --- a/Main/mesh2GL.c +++ b/Main/mesh2GL.c @@ -59,7 +59,7 @@ GLint mesh2GL(struct mesh *m) { int i, j, istep, jstep, iend, jend; float temp; - istep = jstep = 8; /* Detail level 1 -- 1200 ... */ + istep = jstep = 100; /* Detail level 1 -- 1200 ... */ mesh = glGenLists(1); glNewList(mesh, GL_COMPILE); @@ -119,9 +119,12 @@ GLint mesh2GL(struct mesh *m) { /* $Log$ -/* Revision 1.8 1997/05/29 12:31:40 curt -/* Minor tweaks, moving towards general flight model integration. +/* 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." *