TerraGear: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (→‎Download: Windows builds)
m (Small update, TerraGear.org is down for a while.)
Line 7: Line 7:


== Download ==
== Download ==
===Pre-compiled builds===
* [ftp://ftp.ihg.uni-duisburg.de/FlightGear/Win32 Windows builds]
=== Sources ===
* Repository containing the [http://mapserver.flightgear.org/git/gitweb.pl?p=terragear-cs latest source code].
* 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]])
 
* Windows builds: ftp://ftp.ihg.uni-duisburg.de/FlightGear/Win32


=== Development ===
=== Development ===
* Tarball of the latest [http://mapserver.flightgear.org/git/gitweb.pl?p=terragear-cs;a=snapshot;sf=tgz Bleeding edge GIT snapshot].  
* Tarball of the latest [http://mapserver.flightgear.org/git/gitweb.pl?p=terragear-cs;a=snapshot;sf=tgz Bleeding edge GIT snapshot].  
* [ftp://ftp.terragear.org/pub/terragear/Source/ Previous versions].


== Related content ==
== Related content ==
* [[Building Terragear]]
* [[Using Terragear]]
* [[Using Terragear]]
* [[Building Terragear]] from source
* [[Terragear Corine]]
* [[Terragear Corine]]
== External links ==
* [http://www.terragear.org Official website]


{{Terra}}
{{Terra}}


[[Category:Scenery enhancement]]
[[Category:Scenery enhancement]]

Revision as of 19:29, 28 May 2011

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 for those that would like to use TerraGear without knowing/using the command line options.

Download

Pre-compiled builds

Sources

  • 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