From: curt Date: Mon, 6 Jul 1998 02:37:38 +0000 (+0000) Subject: . X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d124c5f4560b91a9d37d04a22ad04b9619f3cd51;p=flightgear.git . --- diff --git a/Simulator/Done b/Simulator/Done index 75e3218a5..ba0ac1d54 100644 --- a/Simulator/Done +++ b/Simulator/Done @@ -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 diff --git a/Simulator/Todo b/Simulator/Todo index 1977667a6..79a420f2d 100644 --- a/Simulator/Todo +++ b/Simulator/Todo @@ -19,10 +19,6 @@ 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