]> git.mxchange.org Git - flightgear.git/blob - Simulator/Todo
updated ...
[flightgear.git] / Simulator / Todo
1 --------------------------------------------------------------------------
2 | Todo 
3 --------------------------------------------------------------------------
4
5 5/2/98  -  Option to go full screen.  call glutFullScreen()
6
7 4/25/98 -  Roll all of Time/sunpos.cxx into Astro/sun.cxx
8
9 4/25/98 -  Overhaul view parameter generation ... see if we can piggy
10            back off of larcsim calcs, and consolate potentially
11            redundant code
12
13 12/29/97 - View frustum culling
14
15 4/21/98 -  Tweak lighting parameter interpolation tables to better fit
16            "perceived" reality
17
18 4/21/98 -  Make sure all .hxx files have #ifndef cplusplus #error
19            Make sure all #ifdef _FILE_H or _FILE_HXX
20
21 4/14/98 -  Convert gl__() calls in Cockpit/ to xgl__() calls
22
23 3/18/98 -  Use win32 specific calls to get daylight savings time on windoze
24
25 1/5/98 -   Create a development "roadmap"
26
27 12/30/97 - fix winding problem with tri-strips in obj.c (wait for next
28            version of stripe)
29
30 12/29/97 - Add a mechanism to parse command line options
31     * (done) A simple clear-screen sky.
32     * (done) No fog.
33     * No astronomy.
34     * Less detailed terrain.
35     * Texture - but no MIP-mapping.
36     * Texture - but no bilinear blending.
37     * (done) No texture.
38
39 12/29/97 - sky tweaking
40   Steve Baker writes:
41     So, by building the sky in the flattened shape, we can have it be
42     very foggy at the horizon and clear blue overhead.
43
44     The other important feature of this model is the colours. We
45     colour each vertex of the dish individually to allow for cute
46     sunsets, a darker blue overhead than at the horizon in daylight, a
47     gradual darkening of the sky as a function of altitude for very
48     high altitude flight - into space. Also we tint the horizon more
49     in the direction of the sun so that sunset starts where the sun
50     goes down - and the sky remains blue on the opposite side of the
51     sky - then as the sun gets lower, the colour spreads outwards all
52     around the sky and the black of night creeps in slowly from the
53     opposite side of the sky from the sunset.
54
55     We also like to tint the bottom edge of the sky with white - even
56     in broad daylight - so it looks fuzzy - even when there is very
57     little fog to achieve that effect.
58
59     We use a text file that contains a lookup table relating the sun
60     angle relative to the horizon to:
61
62     *  The colour at the top of the sky dome,
63     *  The colour of the horizon nearest to the sun
64     *  The colour of the horizon farthest from the sun
65     *  The colour of the texture environment blend for the clouds.
66     *  The fog colour.
67
68     We can then tweak that file to set up all the conditions. The
69     realtime system interpolates the horizon colours all around the edge
70     of the sky.
71
72 12/29/97 - Ground collision detection
73
74 12/29/97 - glut windows or something for panel area - consider 3d
75            panels, careful of texture memory problems.
76
77 1/5/98 -   bzflag sound code might be able to work for us.
78