]> git.mxchange.org Git - flightgear.git/commitdiff
.
authorcurt <curt>
Mon, 6 Jul 1998 02:37:38 +0000 (02:37 +0000)
committercurt <curt>
Mon, 6 Jul 1998 02:37:38 +0000 (02:37 +0000)
Simulator/Done
Simulator/Todo

index 75e3218a5b6151088fff0f798a6f413b22097497..ba0ac1d54eafdddc14c34663aa8a6264b3ea795c 100644 (file)
@@ -2,6 +2,10 @@
 | Done
 --------------------------------------------------------------------------
 
+7/3/98 -  Generate and store the transform matrix when rendering by
+           material property so we don't have to push, transform, pop
+           continually.  See mesa code for gluLookAt()
+
 6/11/98 -  convert to static libraries and reduce libtool usage ...
 
 6/11/98 -  Converted to GL_FOG_EXP2
index 1977667a669ae79fb1dee86bdbfd1da859ff91c9..79a420f2d07bdda49a91f7065ea3f23f116e5853 100644 (file)
            number of vertices so that we can have consistent size, rendering
            speed etc. among various terrain tiles.
 
-6/10/98 -  Generate and store the transform matrix when rendering by
-           material property so we don't have to push, transform, pop
-           continually.  See mesa code for gluLookAt()
-
 5/26/98 -  Add version checking to scenery files
 
 4/25/98 -  Roll all of Time/sunpos.cxx into Astro/sun.cxx