1
0
Fork 0
fgdata/Materials/default/materials.xml
2014-08-09 20:33:50 +01:00

25 lines
779 B
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/default/global.xml"/>
<region include="Materials/default/global-summer.xml"/>
<region include="Materials/default/global-winter.xml"/>
</PropertyList>