1
0
Fork 0
fgdata/Materials/regions/oahu.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

97 lines
2.6 KiB
XML

<?xml version="1.0"?>
<!-- More green Oahu and Kaua'i cover -->
<PropertyList>
<name>Oahu</name>
<area>
<lon1>-160.0</lon1>
<lon2>-157.5</lon2>
<lat1>18.8</lat1>
<lat2>28.5</lat2>
</area>
<condition>
<equals>
<property>sim/startup/season</property>
<value>summer</value>
</equals>
</condition>
<material>
<!--<effect>Effects/landmass-scrub</effect>-->
<name>ShrubCover</name>
<name>ShrubGrassCover</name>
<name>ScrubCover</name>
<name>Scrub</name>
<name>Sclerophyllous</name>
<texture-set>
<texture>Terrain/shrub-hawaii-green.png</texture>
<texture n="11">Terrain/rainforest-hawaii.png</texture>
<texture n="12">Terrain/shrub-hawaii-green.png</texture>
<texture n="13">Terrain/shrub-hawaii.png</texture>
<texture n="15">Terrain/rainforest-hawaii.png</texture>
</texture-set>
<parameters>
<transition_model>1.0</transition_model>
</parameters>
<xsize>2000</xsize>
<ysize>2000</ysize>
<diffuse>
<r>0.86</r>
<g>0.86</g>
<b>0.86</b>
<a>1.0</a>
</diffuse>
<specular>
<r>0.1</r>
<g>0.1</g>
<b>0.1</b>
<a>1.0</a>
</specular>
<shininess>1.2</shininess>
<light-coverage>20000000.0</light-coverage>
<wood-coverage>12000.0</wood-coverage>
<tree-texture>Trees/mixed-shrub.png</tree-texture>
<tree-varieties>8</tree-varieties>
<tree-height-m>2.0</tree-height-m>
<tree-width-m>2.0</tree-width-m>
<rolling-friction>0.6</rolling-friction>
<bumpiness>0.4</bumpiness>
</material>
<material>
<name>GrassCover</name>
<name>BareTundraCover</name>
<name>MixedTundraCover</name>
<name>Cemetery</name>
<effect>Effects/landmass-nowood</effect>
<texture-set>
<texture>Terrain/tundra-hawaii-green.png</texture>
<texture n="11">Terrain/rainforest-hawaii.png</texture>
<texture n="12">Terrain/shrub-hawaii-green.png</texture>
<texture n="13">Terrain/shrub-hawaii.png</texture>
<texture n="15">Terrain/rainforest-hawaii.png</texture>
</texture-set>
<xsize>2000</xsize>
<ysize>2000</ysize>
<light-coverage>4000000.0</light-coverage>
<diffuse>
<r>0.93</r>
<g>0.95</g>
<b>0.93</b>
<a>1.0</a>
</diffuse>
<specular>
<r>0.1</r>
<g>0.12</g>
<b>0.1</b>
<a>1.0</a>
</specular>
<shininess>1.2</shininess>
<solid>1</solid>
<friction-factor>0.7</friction-factor>
<rolling-friction>0.1</rolling-friction>
<bumpiness>0.15</bumpiness>
<load-resistance>1e30</load-resistance>
</material>
</PropertyList>