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