]> git.mxchange.org Git - flightgear.git/blob - Tools/Todo
Made a few changes converting floats to doubles.
[flightgear.git] / Tools / Todo
1 --------------------------------------------------------------------------
2 | Done
3 --------------------------------------------------------------------------
4
5 1/10/98 -  Split areas into smaller tiles
6
7 1/14/98 -  Don't create shared corners or edges if one already exists.
8
9 1/14/98 -  Reassemble triangles using only body, shared corners, and 
10            shared edges.
11
12 1/19/98 -  Retro-fit tri2obj to use shared normals rather than regenerating
13            normals for shared vertices.
14
15
16 --------------------------------------------------------------------------
17 | Todo 
18 --------------------------------------------------------------------------
19
20 1/12/98 -  Try reversing cw-wound strips rather than calling glFrontFace() 
21            in the display list.
22
23            gnuplot> set label "1" at 1,1
24            gnuplot> set label "2" at 2,2
25
26            gnuplot> plot x
27
28 1/21/98 -  Generate an elevation quad tree.
29
30 1/12/98 -  Generate a face adjacency matrix
31
32 1/21/98 -  Remove internal shared edges and corners that are not needed
33            after an area is generated.