2012-02-24 21:17:44 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- FlightGear Materials File. See Docs/README.materials for details. -->
|
|
|
|
|
2014-08-09 19:33:50 +00:00
|
|
|
<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/default/global.xml"/>
|
|
|
|
<region include="Materials/default/global-summer.xml"/>
|
|
|
|
<region include="Materials/default/global-winter.xml"/>
|
2012-02-24 21:17:44 +00:00
|
|
|
|
|
|
|
</PropertyList>
|