]> git.mxchange.org Git - flightgear.git/commitdiff
Updates
authorcurt <curt>
Mon, 27 Apr 1998 03:34:27 +0000 (03:34 +0000)
committercurt <curt>
Mon, 27 Apr 1998 03:34:27 +0000 (03:34 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 68a49d2a0e1242eee4f976d7df91ca347c06b76a..0a18f2d54f1b87180634797f3e45d18cf4d85c19 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
-New in 0.44:
+New in 0.44: 
+* Minor transformation adjustments to try to keep scenery tiles closer
+  to (0, 0, 0) GLfloats run out of precision at the distances we need
+  to model the earth, but we can do a bunch of pre-transformations
+  using double floats and then cast to GLfloat once everything is
+  close in where we have less precision problems.
 * command line option to set starting position by airport ID
 * Cleaned up initialization sequence to eliminate interdependencies
   between sun position, lighting, and view position.  This creates a