1
0
Fork 0
flightgear/Tools
curt 8e59b3debd Assembling triangles and building a new .node file with the proper shared
vertices now works.  Now we just have to use the shared normals and we'll
be all set.
1998-01-15 21:33:32 +00:00
..
make.inc Initial revision. 1997-12-10 01:18:25 +00:00
Makefile Finished splittris, started assemtris. 1998-01-14 15:55:34 +00:00
process-dem.pl Assembling triangles and building a new .node file with the proper shared 1998-01-15 21:33:32 +00:00
README Restructured to split 1deg x 1deg dem's into 64 subsections. 1998-01-09 23:03:05 +00:00
TODO Assembling triangles and building a new .node file with the proper shared 1998-01-15 21:33:32 +00:00

1.  Start with file.dem

2.  dem2node file.dem tolerance^2 (meters)

    - dem2node file.dem 160000

3.  triangle -q file

4.  fixnode file

5.  tri2obj file.1

6.  strip file.1.obj

7.  cp bands.d file-new.obj

8.  fixobj file-new

9.  cp file-new.1.obj .../Scenery/...