]> git.mxchange.org Git - flightgear.git/commitdiff
Added the Gui subdirectory.
authorcurt <curt>
Fri, 12 Jun 1998 00:54:41 +0000 (00:54 +0000)
committercurt <curt>
Fri, 12 Jun 1998 00:54:41 +0000 (00:54 +0000)
Stuff done.

Simulator/Done
Simulator/Makefile.am
Simulator/Todo

index 90ccc50c0aeafdff7a707566de2d5261a47ffe03..75e3218a5b6151088fff0f798a6f413b22097497 100644 (file)
@@ -2,6 +2,10 @@
 | Done
 --------------------------------------------------------------------------
 
+6/11/98 -  convert to static libraries and reduce libtool usage ...
+
+6/11/98 -  Converted to GL_FOG_EXP2
+
 5/29/98 -  Widened edges of tiles to overlap a bit.  This should help 
            reduce floating point induced gaps between tiles.
 
index bb4096e6159f17fb24aa6c825182b518ea368de1..84ebd8dc3b5124a4b891240cbe523106a51179c8 100644 (file)
@@ -5,6 +5,7 @@ SUBDIRS = \
        Cockpit \
        Controls \
        Flight \
+       Gui \
        Joystick \
        Scenery \
        Time \
index 7fcb8bf85b2bbfa9099f6a92f78d3a483e18fa08..d38967719b1cc7110f9ca7f32de188281dc8b554 100644 (file)
@@ -2,6 +2,18 @@
 | Todo 
 --------------------------------------------------------------------------
 
+6/10/98 -  problem with view culling when not looking forward.  Need to 
+           generate the correct matrix and work it into the calculations.
+
+6/10/98 -  terrain generation - add an option to try to iteratively change
+           the error tolerance to try to generate "close" to a certain
+           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
@@ -62,6 +74,3 @@
 
 12/29/97 - glut windows or something for panel area - consider 3d
            panels, careful of texture memory problems.
-
-1/5/98 -   bzflag sound code might be able to work for us.
-