TerraGear GUI: Difference between revisions

Update
(Update)
Line 5: Line 5:
| developedby          = Gijs de Rooy (original by Alex Park)
| developedby          = Gijs de Rooy (original by Alex Park)
| initialrelease        = March 24, 2009 (original)<br>March 27, 2010
| initialrelease        = March 24, 2009 (original)<br>March 27, 2010
| latestrelease = 0.9.x (April 25, 2012)
| latestrelease = 0.9.x (April 28, 2012)
| writtenin            = C++ (Qt)
| writtenin            = C++ (Qt)
| os                    = Windows, Linux, Mac OS X
| os                    = Windows, Linux, Mac OS X
Line 41: Line 41:
===== Elevation =====
===== Elevation =====
[[File:HGT tiles example.png|thumb|An example of HGT file tiles.]]
[[File:HGT tiles example.png|thumb|An example of HGT file tiles.]]
Elevation files are optional, but of course required to generate scenery with elevation offsets (even flat countries like the Netherlands need elevation data, since no country is completely at sealevel. Simply click the button to download the HGT files that span your specified area. They'll be saved in in <tt>{project's directory}/data/SRTM-3</tt
Elevation files are optional, but of course required to generate scenery with elevation offsets (even flat countries like the Netherlands need elevation data, since no country is completely at sealevel. Simply click the button to download the HGT files that span your specified area. They'll be saved in in <tt>{project's directory}/data/SRTM-3</tt>


Downloading tiles by hand is somewhat tricky. If your scenery has a boundary of:
Downloading tiles by hand is somewhat tricky. If your scenery has a boundary of:
Line 101: Line 101:
=== Running the scenery ===
=== Running the scenery ===
The folders and files in your project's <tt>output/</tt> directory are ready to use as scenery. You can set the [[$FG_SCENERY|scenery path]] of FlightGear to this directory to check if the scenery is generated correctly.  
The folders and files in your project's <tt>output/</tt> directory are ready to use as scenery. You can set the [[$FG_SCENERY|scenery path]] of FlightGear to this directory to check if the scenery is generated correctly.  
'''Note:''' If you generated airports, you must copy the [ICAO].btg.gz file(s) from <tt>{project's directory}/work/AirportObj/</tt> to the corresponding directories in <tt>{project's directory}/output/Terrain</tt>.


== GUI development ==
== GUI development ==