TerraGear: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Remove broken links)
m (Wording wrt. source code repo)
Line 7: Line 7:


==Download==
==Download==
* [http://mapserver.flightgear.org/git/gitweb.pl?p=terragear-cs Latest official source code release].  
* Repository containing the [http://mapserver.flightgear.org/git/gitweb.pl?p=terragear-cs latest source code].
* Prerequisite: [http://plib.sourceforge.net/ plib] - portability libraries and scene graph. You need plib-1.8.5  to build TerraGear. (see also [[PLIB]])
* Prerequisite: [http://plib.sourceforge.net/ plib] - portability libraries and scene graph. You need plib-1.8.5  to build TerraGear. (see also [[PLIB]])
* Prerequisite: [http://www.simgear.org/ SimGear] - simulation construction tools. You need [http://mapserver.flightgear.org/git/gitweb.pl?p=simgear-cs SimGear-CS] to build TerraGear. (see also [[SimGear]])
* Prerequisite: [http://www.simgear.org/ SimGear] - simulation construction tools. You need [http://mapserver.flightgear.org/git/gitweb.pl?p=simgear-cs SimGear-CS] to build TerraGear. (see also [[SimGear]])

Revision as of 17:02, 24 November 2010

TerraGear is a collection of open-source tools and rendering libraries which can transform publically available GIS data in 3D representations (i.e. 3D models or 3D maps) of the earth for use in real time rendering projects. Terragear can import 3D data sets such as DEM terrain grids, 2D polygon data sets such as coastlines, city outlines, lake outlines, and 2D raster data sets such as the 1km NAOO land use/land cover data. It also has tools for generating realistic airports, runways, and lighting based on available FAA data.

TerraGear is the primary tool used to generate the world wide scenery for the FlightGear project.

GUI Tool

A TerraGear GUI is available at the forum. The GUI makes it easy to use TerraGear without knowing the command line options.

Download

  • Repository containing the latest source code.
  • Prerequisite: plib - portability libraries and scene graph. You need plib-1.8.5 to build TerraGear. (see also PLIB)
  • Prerequisite: SimGear - simulation construction tools. You need SimGear-CS to build TerraGear. (see also SimGear)

Development

Related content

External links