1
0
Fork 0
fgdata/Materials/default/materials.xml

26 lines
779 B
XML
Raw Normal View History

<?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"/>
</PropertyList>