1
0
Fork 0
fgdata/Materials/regions/materials.xml
Erik Hofman 7736e9ab80 agsagostinho:
the fixes missing from FGDATA are:

- fixing the Portuguese and Spanish islands in the Atlantic (Madeira, etc.) which had been erroneously assigned to Africa given their proximity. Now they belong to European Mediterranean region, which makes them look better
- improvements to autumn textures in Europe
- huge improvement of the airport grasses all over the world, including hi-res overlays
- matching runway shoulders for the whole globe
- Asian capitals added to list of large cities so they get more density of road lights
- Emirates region

and possibly more.
2016-03-24 14:17:50 +01:00

93 lines
3.7 KiB
XML

<?xml version="1.0"?>
<!-- FlightGear Materials File. See Docs/README.materials for details. -->
<PropertyList>
<!-- Shared parameters for various materials. -->
<params>
<forest>
<!-- Maximum distance from which all trees are visible. -->
<!-- Some trees will be visible to twice this range -->
<tree-range-m>8000</tree-range-m>
</forest>
<building>
<!-- Maximum distance from which all buildings are visible -->
<!-- Some buildings will be visible to twice this range. -->
<building-range-m>10000</building-range-m>
</building>
</params>
<!-- Base materials -->
<region include="Materials/regions/global.xml"/>
<region include="Materials/regions/global-summer.xml"/>
<region include="Materials/regions/global-winter.xml"/>
<!-- Arctic and Antarctic Regions -->
<region include="Materials/regions/arctic.xml"/>
<region include="Materials/regions/greenland.xml"/>
<region include="Materials/regions/north_atlantic_islands.xml"/>
<!-- North America -->
<region include="Materials/regions/alaska.xml"/>
<region include="Materials/regions/us_southwest.xml"/>
<region include="Materials/regions/california.xml"/>
<region include="Materials/regions/sierras.xml"/>
<!-- South America -->
<region include="Materials/regions/tropical_south_america.xml"/>
<region include="Materials/regions/latin_american_cities.xml"/>
<region include="Materials/regions/caribbean.xml"/>
<region include="Materials/regions/ascension.xml"/>
<region include="Materials/regions/mexico.xml"/>
<region include="Materials/regions/brazil_amazon_forest.xml"/>
<region include="Materials/regions/brazil_mata_atlantica.xml"/>
<region include="Materials/regions/brazil_manaus.xml"/>
<region include="Materials/regions/brazil_cerrado.xml"/>
<region include="Materials/regions/brazil_brasilia.xml"/>
<region include="Materials/regions/brazil_southern_cerrado.xml"/>
<region include="Materials/regions/brazil_pantanal.xml"/>
<region include="Materials/regions/brazil_pampas.xml"/>
<region include="Materials/regions/brazil_lencois.xml"/>
<region include="Materials/regions/brazil_caatinga.xml"/>
<region include="Materials/regions/brazil_chapada_diamantina.xml"/>
<!-- Asia -->
<region include="Materials/regions/asia.xml"/>
<!-- Pacific-->
<region include="Materials/regions/indonesia.xml"/>
<region include="Materials/regions/southeast_asia.xml"/>
<region include="Materials/regions/hawaii.xml"/>
<region include="Materials/regions/oahu.xml"/>
<!-- Africa -->
<region include="Materials/regions/africa_savanna.xml"/>
<region include="Materials/regions/africa_desert.xml"/>
<region include="Materials/regions/africa_rainforest.xml"/>
<region include="Materials/regions/africa_mediterranean.xml"/>
<region include="Materials/regions/africa_kilimanjaro.xml"/>
<region include="Materials/regions/mediterranean_cities.xml"/>
<region include="Materials/regions/south_africa.xml"/>
<region include="Materials/regions/madagascar.xml"/>
<!-- Europe -->
<region include="Materials/regions/europe.xml"/>
<region include="Materials/regions/europe-winter.xml"/>
<region include="Materials/regions/scandinavia.xml"/>
<region include="Materials/regions/united_kingdom.xml"/>
<region include="Materials/regions/ireland.xml"/>
<region include="Materials/regions/corse.xml"/>
<region include="Materials/regions/iceland.xml"/>
<region include="Materials/regions/norway.xml"/>
<region include="Materials/regions/southern_europe.xml"/>
<!-- Middle East-->
<region include="Materials/regions/middle_east.xml"/>
<region include="Materials/regions/middle_east_large_cities.xml"/>
<region include="Materials/regions/UAE.xml"/>
<!-- street illumination-->
<region include="Materials/regions/large_cities_illumination.xml"/>
<region include="Materials/regions/mega_cities_illumination.xml"/>
</PropertyList>