]> git.mxchange.org Git - flightgear.git/blob - Simulator/Todo
Minor tweaks.
[flightgear.git] / Simulator / Todo
1 --------------------------------------------------------------------------
2 | Todo 
3 --------------------------------------------------------------------------
4
5 1/12/98  - Fix time problem on win32
6
7 12/29/97 - View frustum culling
8
9 1/5/98 -   Create a development "roadmap"
10
11 12/30/97 - fix winding problem with tri-strips in obj.c (invert normals)
12
13 12/29/97 - Unify sun position render code with existing sunpos
14            calculations so the sun doesn't do it's little jump every
15            hour.
16
17 12/29/97 - Add a mechanism to parse command line options
18     * A simple clear-screen sky.
19     * No fog.
20     * No astronomy.
21     * Less detailed terrain.
22     * Texture - but no MIP-mapping.
23     * Texture - but no bilinear blending.
24     * No texture.
25
26 12/29/97 - sky tweaking
27   Steve Baker writes:
28     So, by building the sky in the flattened shape, we can have it be
29     very foggy at the horizon and clear blue overhead.
30
31     The other important feature of this model is the colours. We
32     colour each vertex of the dish individually to allow for cute
33     sunsets, a darker blue overhead than at the horizon in daylight, a
34     gradual darkening of the sky as a function of altitude for very
35     high altitude flight - into space. Also we tint the horizon more
36     in the direction of the sun so that sunset starts where the sun
37     goes down - and the sky remains blue on the opposite side of the
38     sky - then as the sun gets lower, the colour spreads outwards all
39     around the sky and the black of night creeps in slowly from the
40     opposite side of the sky from the sunset.
41
42     We also like to tint the bottom edge of the sky with white - even
43     in broad daylight - so it looks fuzzy - even when there is very
44     little fog to achieve that effect.
45
46     We use a text file that contains a lookup table relating the sun
47     angle relative to the horizon to:
48
49     *  The colour at the top of the sky dome,
50     *  The colour of the horizon nearest to the sun
51     *  The colour of the horizon farthest from the sun
52     *  The colour of the texture environment blend for the clouds.
53     *  The fog colour.
54
55     We can then tweak that file to set up all the conditions. The
56     realtime system interpolates the horizon colours all around the edge
57     of the sky.
58
59 12/29/97 - Ground collision detection
60
61 12/29/97 - glut windows or something for panel area - consider 3d
62            panels, careful of texture memory problems.
63
64 1/5/98 -   bzflag sound code might be able to work for us.
65