From 0374eeee7a54094b31e87e3037ef7259144326bb Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 27 Apr 1998 03:34:27 +0000 Subject: [PATCH] Updates --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 68a49d2a0..0a18f2d54 100644 --- 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 -- 2.39.5