1
0
Fork 0
fgdata/Materials/regions/sierras.xml
Stuart Buchanan 97d54bf17f Make LOD for trees/buildings/objects/STG configurable.
Now based on /sim/rendering/static-lod/rough.

This commit removes a large number of range
settings that should in general be set by the user.
2016-04-08 22:39:29 +01:00

58 lines
1.5 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<name>Sierras</name>
<area>
<lon1>-116.0</lon1>
<lat1>32.0</lat1>
<lon2>-104.0</lon2>
<lat2>42</lat2>
</area>
<condition>
<equals>
<property>sim/startup/season</property>
<value>summer</value>
</equals>
</condition>
<material include="Materials/base/runway_effect.xml">
<name>pa_shoulder</name>
<texture>Runway/pa_shoulder2.png</texture>
<parameters>
<uvstretch>8.0</uvstretch>
</parameters>
</material>
<material include="Materials/base/runway_effect.xml">
<name>pa_shoulder_f</name>
<texture>Runway/pa_shoulder_f2.png</texture>
<parameters>
<uvstretch>8.0</uvstretch>
</parameters>
</material>
<material>
<name>EvergreenBroadCover</name>
<name>EvergreenForest</name>
<effect>Effects/forest</effect>
<texture-set>
<texture>Terrain/forest1a.png</texture>
<texture n="12">Terrain/rock_red.png</texture>
<texture n="13">Terrain/rock_red.png</texture>
</texture-set>
<parameters>
<rock_strata>1</rock_strata>
</parameters>
<xsize>2000</xsize>
<ysize>2000</ysize>
<light-coverage>10000000.0</light-coverage>
<wood-coverage>4000.0</wood-coverage>
<tree-texture>Trees/coniferous-alt.png</tree-texture>
<tree-varieties>8</tree-varieties>
<tree-height-m>25.0</tree-height-m>
<tree-width-m>18.0</tree-width-m>
<rolling-friction>1</rolling-friction>
<bumpiness>1</bumpiness>
</material>
</PropertyList>