2001-12-28 22:37:57 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
************************************************************************
|
|
|
|
FlightGear Materials File
|
|
|
|
|
|
|
|
This property file configures the materials for FlightGear. Each
|
|
|
|
material describes a single visual appearance in the simulator, which
|
|
|
|
can be represented by a colour, a texture, or both. If a material has
|
|
|
|
more than one name, all of the names will be used as aliases for the
|
|
|
|
same material: this is often a good idea to save texture memory.
|
|
|
|
|
|
|
|
Currently, colours will not be used unless the user disables textures;
|
|
|
|
in the future, the program may use textures with an alpha component so
|
|
|
|
that it will combine with the colour underneath.
|
|
|
|
|
|
|
|
Properties currently used:
|
|
|
|
|
|
|
|
name: A name for the texture (you may provide more than one). The
|
|
|
|
FlightGear scenery files look up their textures by name.
|
|
|
|
|
|
|
|
texture: A relative path to an SGI RGB file containing a texture for
|
|
|
|
the material.
|
|
|
|
|
|
|
|
wrapu: true if the texture should repeat horizontally over a
|
|
|
|
surface, false if it should not repeat (default: true).
|
|
|
|
|
|
|
|
wrapv: true if the texture should repeat vertically over a
|
|
|
|
surface, false if it should not repeat (default: true).
|
|
|
|
|
|
|
|
mipmap: true if the texture should be mipmapped, false otherwise
|
|
|
|
(default: true).
|
|
|
|
|
|
|
|
xsize: the horizontal size of a single texture repetition, in meters
|
|
|
|
(0, the default, means use the natural size [??]).
|
|
|
|
|
|
|
|
ysize: the vertical size of a single texture repetition, in meters
|
|
|
|
(0, the default, means use the natural size [??]).
|
|
|
|
|
|
|
|
light-coverage: a seed number for generating random night lighting
|
|
|
|
over an area. A higher number means fewer lights, and 0 means
|
|
|
|
that lighting is disabled.
|
|
|
|
|
|
|
|
ambient: the ambient light colour for the material, specified as
|
|
|
|
separate red, green, blue, and alpha components (default: all
|
2003-09-09 12:56:39 +00:00
|
|
|
color components 0.2, alpha 1.0).
|
2001-12-28 22:37:57 +00:00
|
|
|
|
|
|
|
diffuse: the diffuse light colour for the material, specified as
|
|
|
|
separate red, green, blue, and alpha components (default: all
|
2003-09-13 12:23:30 +00:00
|
|
|
color components 0.8, alpha 1.0).
|
2001-12-28 22:37:57 +00:00
|
|
|
|
|
|
|
specular: the specular light colour for the material, specified as
|
|
|
|
separate red, green, blue, and alpha components (default: all
|
2003-09-13 12:23:30 +00:00
|
|
|
color components 0.0, alpha 1.0).
|
2001-12-28 22:37:57 +00:00
|
|
|
|
|
|
|
emissive: the emissive light colour for the material, specified as
|
|
|
|
separate red, green, blue, and alpha components (default: all
|
2003-09-09 12:56:39 +00:00
|
|
|
color components 0.0, alpha 1.0).
|
2001-12-28 22:37:57 +00:00
|
|
|
|
2006-06-11 13:38:45 +00:00
|
|
|
solid: bool value, if true the surface is solid for an FDM. If it is not
|
|
|
|
solid, it is assumed that the material models a fluid (water) surface
|
|
|
|
(default: true).
|
|
|
|
|
|
|
|
friction-factor: the friction factor for that material. The normalized
|
2008-02-16 22:42:24 +00:00
|
|
|
factor can be used by a FDM to post-multiply all contact friction forces
|
|
|
|
with that factor. That is the more slippery a material is the smaller this
|
2006-06-11 13:38:45 +00:00
|
|
|
value should be. (default: 1.0 for Dry concrete/Asphalt).
|
|
|
|
|
2004-04-13 11:35:39 +00:00
|
|
|
rolling-friction: the gear rolling rolling-friction coefficient for this
|
|
|
|
particular material. (default: 0.02 for Dry concrete/Asphalt).
|
|
|
|
|
2004-11-30 09:09:04 +00:00
|
|
|
bumpiness: normalized bumpiness factor for this particular terrain.
|
2004-04-13 11:35:39 +00:00
|
|
|
(default: 0.0 for a smooth surface).
|
|
|
|
|
2007-05-13 11:53:46 +00:00
|
|
|
load-resistance: a pressure value how much force per surface area this
|
2006-06-11 13:38:45 +00:00
|
|
|
surface can carry without deformation. The value should be in N/m^2
|
|
|
|
(default: FLT_MAX).
|
|
|
|
|
2006-04-09 19:33:28 +00:00
|
|
|
glyph: group that defines one letter/digit/symbol in a font texture
|
2008-02-16 22:42:24 +00:00
|
|
|
sub-entries: name, left (default: 0.0), right (default: 1.0)
|
2006-04-09 19:33:28 +00:00
|
|
|
(left and right describe the horizontal position in the texture.)
|
2008-02-07 23:11:38 +00:00
|
|
|
|
2008-02-16 22:42:24 +00:00
|
|
|
tree-coverage: The coverage of trees in m^2. A lower number means a
|
2008-02-02 23:10:08 +00:00
|
|
|
higher density of trees. A value of 0 indicates no trees.
|
2008-02-07 23:11:38 +00:00
|
|
|
|
2008-02-02 23:10:08 +00:00
|
|
|
tree-range-m: The range at which trees become visible. Note that this
|
|
|
|
is not absolute, as trees are loaded in blocks. A lower number means
|
|
|
|
trees will not become visible until you are closer.
|
2008-02-07 23:11:38 +00:00
|
|
|
|
|
|
|
tree-texture: A texture to use for the trees. Typically this will be a
|
|
|
|
strip with multiple tree textures.
|
|
|
|
|
|
|
|
tree-varieties: The number of different trees defined in the tree-texture
|
2008-02-16 22:42:24 +00:00
|
|
|
|
2008-02-02 23:10:08 +00:00
|
|
|
tree-height-m: The average height of the trees cover. Actual tree height
|
2008-02-07 23:11:38 +00:00
|
|
|
will vary by +/- 50%.
|
2008-02-16 22:42:24 +00:00
|
|
|
|
2008-02-02 23:10:08 +00:00
|
|
|
tree-width-m: The average width of the tree cover. Actual tree width
|
2008-02-07 23:11:38 +00:00
|
|
|
will vary by +/- 50%.
|
2001-12-28 22:37:57 +00:00
|
|
|
************************************************************************
|
|
|
|
-->
|
|
|
|
|
2002-07-15 20:33:24 +00:00
|
|
|
<PropertyList>
|
2001-12-28 22:37:57 +00:00
|
|
|
|
|
|
|
<!--
|
2002-07-15 20:33:24 +00:00
|
|
|
Shared parameters for various materials.
|
2001-12-28 22:37:57 +00:00
|
|
|
-->
|
2002-07-15 20:33:24 +00:00
|
|
|
<params>
|
|
|
|
<forest>
|
|
|
|
<!-- Maximum distance from which a tree is visible -->
|
2008-02-02 23:10:08 +00:00
|
|
|
<tree-range-m>8000</tree-range-m>
|
2002-07-15 20:33:24 +00:00
|
|
|
</forest>
|
|
|
|
</params>
|
2001-12-28 22:37:57 +00:00
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>grass_rwy</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/grass_rwy.png</texture>
|
2002-07-18 21:09:25 +00:00
|
|
|
<xsize>75</xsize>
|
|
|
|
<ysize>75</ysize>
|
2006-06-11 13:38:45 +00:00
|
|
|
<solid>1</solid>
|
2007-01-28 11:43:50 +00:00
|
|
|
<friction-factor>0.8</friction-factor>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>0.05</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>0.05</bumpiness>
|
2007-05-13 11:53:46 +00:00
|
|
|
<load-resistance>1e5</load-resistance>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>dirt_rwy</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/dirt_rwy.png</texture>
|
2007-01-28 11:43:50 +00:00
|
|
|
<friction-factor>0.7</friction-factor>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>0.04</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>0.1</bumpiness>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>lakebed_taxiway</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/lakebed_taxiway.png</texture>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>0.04</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>0.05</bumpiness>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_taxiway</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_taxiway.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
2003-11-30 22:22:06 +00:00
|
|
|
<material>
|
|
|
|
<name>pa_tiedown</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_tiedown.png</texture>
|
2003-11-30 22:22:06 +00:00
|
|
|
</material>
|
|
|
|
|
2003-09-05 01:39:56 +00:00
|
|
|
<material>
|
|
|
|
<name>pa_dspl_thresh</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_dspl_thresh.png</texture>
|
2003-09-05 01:39:56 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_dspl_arrows</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_dspl_arrows.png</texture>
|
2003-09-05 01:39:56 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
2001-12-28 22:37:57 +00:00
|
|
|
<material>
|
|
|
|
<name>pa_threshold</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_threshold.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
<wrapv>false</wrapv>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_L</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_L.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_R</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_R.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_C</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_C.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
2006-02-11 14:42:36 +00:00
|
|
|
<material>
|
|
|
|
<name>pa_0l</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_0l.png</texture>
|
2006-02-11 14:42:36 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
2001-12-28 22:37:57 +00:00
|
|
|
<material>
|
|
|
|
<name>pa_0r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_0r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_1c</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_1c.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_1l</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_1l.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_1r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_1r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_11</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_11.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_2c</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_2c.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_2l</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_2l.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_2r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_2r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_3c</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_3c.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_3l</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_3l.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_3r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_3r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_4c</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_4c.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_4r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_4r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_5c</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_5c.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_5r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_5r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_6c</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_6c.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_6r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_6r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_7c</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_7c.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_7r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_7r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_8c</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_8c.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_8r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_8r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_9c</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_9c.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_9r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_9r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_tz_three</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_tz_three.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_aim</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_aim.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_tz_two_a</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_tz_two_a.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_tz_two_b</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_tz_two_b.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_tz_one_a</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_tz_one_a.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pa_tz_one_b</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_tz_one_b.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
2003-09-05 20:22:15 +00:00
|
|
|
<material>
|
|
|
|
<name>pa_centerline</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_centerline.png</texture>
|
2003-09-05 20:22:15 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
2001-12-28 22:37:57 +00:00
|
|
|
<material>
|
|
|
|
<name>pa_rest</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pa_rest.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_taxiway</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwytaxiway</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_taxiway.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_tiedown</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwytiedown</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_tiedown.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
2003-09-05 01:39:56 +00:00
|
|
|
<material>
|
|
|
|
<name>pc_dspl_thresh</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_dspl_thresh.png</texture>
|
2003-09-05 01:39:56 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_dspl_arrows</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_dspl_arrows.png</texture>
|
2003-09-05 01:39:56 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
2001-12-28 22:37:57 +00:00
|
|
|
<material>
|
|
|
|
<name>pc_threshold</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwythreshold</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_threshold.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
<wrapv>false</wrapv>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_L</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwyL</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_L.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_R</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwyR</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_R.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_C</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwyC</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_C.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
2006-02-11 14:42:36 +00:00
|
|
|
<material>
|
|
|
|
<name>pc_0l</name>
|
|
|
|
<name>dirt_rwy0l</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_0l.png</texture>
|
2006-02-11 14:42:36 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
2001-12-28 22:37:57 +00:00
|
|
|
<material>
|
|
|
|
<name>pc_0r</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy0r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_0r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_1c</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy1c</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_1c.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_1l</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy1l</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_1l.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_1r</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy1r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_1r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_11</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy11</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_11.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_2c</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy2c</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_2c.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_2l</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy2l</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_2l.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_2r</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy2r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_2r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_3c</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy3c</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_3c.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_3l</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy3l</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_3l.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_3r</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy3r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_3r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_4c</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy4c</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_4c.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_4r</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy4r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_4r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_5c</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy5c</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_5c.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_5r</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy5r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_5r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_6c</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy6c</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_6c.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_6r</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy6r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_6r.png</texture>
|
2003-09-09 12:56:39 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_7c</name>
|
|
|
|
<name>dirt_rwy7c</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_7c.png</texture>
|
2003-09-09 12:56:39 +00:00
|
|
|
<wrapu>false</wrapu>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_7r</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy7r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_7r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_8c</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy8c</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_8c.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_8r</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy8r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_8r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_9c</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy9c</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_9c.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_9r</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwy9r</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_9r.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_tz_three</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwytz_three</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_tz_three.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_aim</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwyaim</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_aim.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_tz_two_a</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwytz_two_a</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_tz_two_a.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_tz_two_b</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwytz_two_b</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_tz_two_b.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_tz_one_a</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwytz_one_a</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_tz_one_a.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>pc_tz_one_b</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwytz_one_b</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_tz_one_b.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
2003-09-05 20:22:15 +00:00
|
|
|
<material>
|
|
|
|
<name>pc_centerline</name>
|
2003-09-11 19:35:18 +00:00
|
|
|
<name>dirt_rwycenterline</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_centerline.png</texture>
|
2003-09-05 20:22:15 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
2001-12-28 22:37:57 +00:00
|
|
|
<material>
|
|
|
|
<name>pc_rest</name>
|
2002-02-07 19:54:14 +00:00
|
|
|
<name>dirt_rwyrest</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Runway/pc_rest.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<wrapu>false</wrapu>
|
|
|
|
</material>
|
|
|
|
|
2008-02-16 22:42:24 +00:00
|
|
|
<!-- Default Summer -->
|
2008-02-16 22:34:51 +00:00
|
|
|
|
2001-12-28 22:37:57 +00:00
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2006-10-15 10:46:45 +00:00
|
|
|
<name>Landmass</name>
|
2003-09-09 12:56:39 +00:00
|
|
|
<name>SomeSort</name>
|
2003-09-07 13:17:27 +00:00
|
|
|
<name>EvergreenBroadCover</name>
|
2001-12-28 22:37:57 +00:00
|
|
|
<name>Island</name>
|
2007-05-13 09:38:36 +00:00
|
|
|
<name>Default</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/forest1a.png</texture>
|
|
|
|
<texture>Terrain/forest1b.png</texture>
|
|
|
|
<texture>Terrain/forest1c.png</texture>
|
2006-03-27 15:55:59 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
2001-12-28 22:37:57 +00:00
|
|
|
<light-coverage>10000000.0</light-coverage>
|
2008-02-02 23:10:08 +00:00
|
|
|
<tree-coverage>4000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/coniferous-summer.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
2008-02-02 23:10:08 +00:00
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
2008-02-07 23:11:38 +00:00
|
|
|
<tree-height-m>25.0</tree-height-m>
|
2008-02-16 22:42:24 +00:00
|
|
|
<tree-width-m>15.0</tree-width-m>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>1</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>1</bumpiness>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2001-12-28 22:37:57 +00:00
|
|
|
<name>DeciduousBroadCover</name>
|
2003-06-03 07:10:09 +00:00
|
|
|
<name>Bog</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/deciduous1.png</texture>
|
|
|
|
<texture>Terrain/deciduous2.png</texture>
|
|
|
|
<texture>Terrain/deciduous4.png</texture>
|
2006-03-27 15:55:59 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
2001-12-28 22:37:57 +00:00
|
|
|
<light-coverage>10000000.0</light-coverage>
|
2008-02-02 23:10:08 +00:00
|
|
|
<tree-coverage>4000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/deciduous-summer.png</tree-texture>
|
2008-02-07 23:11:38 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
2008-02-02 23:10:08 +00:00
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-height-m>25.0</tree-height-m>
|
|
|
|
<tree-width-m>15.0</tree-width-m>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>1</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>0.85</bumpiness>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2001-12-28 22:37:57 +00:00
|
|
|
<name>MixedForestCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/mixedforest.png</texture>
|
|
|
|
<texture>Terrain/mixedforest2.png</texture>
|
|
|
|
<texture>Terrain/mixedforest3.png</texture>
|
2006-03-27 15:55:59 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
2001-12-28 22:37:57 +00:00
|
|
|
<light-coverage>5000000.0</light-coverage>
|
2008-02-02 23:10:08 +00:00
|
|
|
<tree-coverage>4000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/mixed-summer.png</tree-texture>
|
2008-02-07 23:11:38 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
2008-02-02 23:10:08 +00:00
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-height-m>25.0</tree-height-m>
|
|
|
|
<tree-width-m>15.0</tree-width-m>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>1</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>0.95</bumpiness>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2001-12-28 22:37:57 +00:00
|
|
|
<name>EvergreenNeedleCover</name>
|
|
|
|
<name>WoodedTundraCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/evergreen.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<xsize>1000</xsize>
|
|
|
|
<ysize>1000</ysize>
|
|
|
|
<light-coverage>10000000.0</light-coverage>
|
2008-02-02 23:10:08 +00:00
|
|
|
<tree-coverage>4000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/coniferous-summer.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
2008-02-02 23:10:08 +00:00
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
2008-02-07 23:11:38 +00:00
|
|
|
<tree-height-m>20.0</tree-height-m>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-width-m>15.0</tree-width-m>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>1</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>1</bumpiness>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2001-12-28 22:37:57 +00:00
|
|
|
<name>DeciduousNeedleCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/dec_evergreen.png</texture>
|
2003-09-09 12:56:39 +00:00
|
|
|
<xsize>1000</xsize>
|
|
|
|
<ysize>1000</ysize>
|
|
|
|
<light-coverage>10000000.0</light-coverage>
|
2008-02-02 23:10:08 +00:00
|
|
|
<tree-coverage>4000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/coniferous-summer.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
2008-02-02 23:10:08 +00:00
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
2008-02-07 23:11:38 +00:00
|
|
|
<tree-height-m>15.0</tree-height-m>
|
|
|
|
<tree-width-m>8.0</tree-width-m>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>1</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>1</bumpiness>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2002-08-24 15:28:15 +00:00
|
|
|
<name>Sand</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/sand4.png</texture>
|
|
|
|
<texture>Terrain/sand5.png</texture>
|
|
|
|
<texture>Terrain/sand6.png</texture>
|
2006-03-31 19:02:25 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
2003-09-09 12:56:39 +00:00
|
|
|
<light-coverage>10000000.0</light-coverage>
|
2002-10-14 21:23:33 +00:00
|
|
|
<shininess>2.5</shininess>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>0.1</rolling-friction>
|
2007-01-28 11:43:50 +00:00
|
|
|
<friction-factor>0.7</friction-factor>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>0.1</bumpiness>
|
2002-09-04 12:39:38 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2001-12-28 22:37:57 +00:00
|
|
|
<name>ShrubCover</name>
|
2002-09-04 12:49:31 +00:00
|
|
|
<name>ShrubGrassCover</name>
|
2006-10-15 10:46:45 +00:00
|
|
|
<name>ScrubCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/shrub.png</texture>
|
|
|
|
<texture>Terrain/shrub2.png</texture>
|
|
|
|
<texture>Terrain/shrub3.png</texture>
|
2006-03-27 15:55:59 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
2005-11-16 15:19:20 +00:00
|
|
|
<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>
|
2001-12-28 22:37:57 +00:00
|
|
|
<light-coverage>20000000.0</light-coverage>
|
2008-04-20 20:17:51 +00:00
|
|
|
<tree-coverage>12000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/mixed-shrub.png</tree-texture>
|
2008-04-20 20:17:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>2.0</tree-height-m>
|
|
|
|
<tree-width-m>2.0</tree-width-m>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>0.6</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>0.4</bumpiness>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
2002-07-18 21:09:25 +00:00
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2003-09-09 12:56:39 +00:00
|
|
|
<name>BuiltUpCover</name>
|
|
|
|
<name>Urban</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/city1.png</texture>
|
|
|
|
<texture>Terrain/city2.png</texture>
|
|
|
|
<texture>Terrain/city3.png</texture>
|
2006-03-29 19:53:11 +00:00
|
|
|
<xsize>1024</xsize>
|
|
|
|
<ysize>1024</ysize>
|
2003-09-09 12:56:39 +00:00
|
|
|
<light-coverage>100000.0</light-coverage>
|
|
|
|
<emissive>
|
2002-11-26 04:04:32 +00:00
|
|
|
<r>0.05</r>
|
|
|
|
<g>0.05</g>
|
2003-09-09 12:56:39 +00:00
|
|
|
<b>0.02</b>
|
2002-08-30 21:55:40 +00:00
|
|
|
<a>1.0</a>
|
|
|
|
</emissive>
|
2002-07-20 20:45:32 +00:00
|
|
|
<object-group>
|
|
|
|
<range-m>10000</range-m>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/oil-tanks.ac</path>
|
2003-12-31 15:17:21 +00:00
|
|
|
<coverage-m2>10000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/big-apartment.ac</path>
|
|
|
|
<coverage-m2>10000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/factory.ac</path>
|
|
|
|
<coverage-m2>4000000</coverage-m2>
|
2002-07-20 20:45:32 +00:00
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
2002-07-20 13:01:17 +00:00
|
|
|
<object-group>
|
2002-07-19 20:46:32 +00:00
|
|
|
<range-m>5000</range-m>
|
2002-07-20 14:43:01 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/cube-apartment.ac</path>
|
2004-02-29 18:23:47 +00:00
|
|
|
<path>Models/Buildings/medium-apartment.ac</path>
|
|
|
|
<path>Models/Buildings/renovated-apartment.ac</path>
|
2003-12-31 15:17:21 +00:00
|
|
|
<coverage-m2>1000000</coverage-m2>
|
2002-07-20 14:43:01 +00:00
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2002-07-20 13:01:17 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/small-glass-office-building.ac</path>
|
2004-02-29 18:23:47 +00:00
|
|
|
<path>Models/Buildings/medium-glass-office-building.ac</path>
|
|
|
|
<path>Models/Buildings/small-modern-office.ac</path>
|
|
|
|
<path>Models/Buildings/small-office.ac</path>
|
2003-12-31 15:17:21 +00:00
|
|
|
<coverage-m2>500000</coverage-m2>
|
2002-07-20 13:01:17 +00:00
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/big-church.ac</path>
|
2003-12-31 15:17:21 +00:00
|
|
|
<coverage-m2>5000000</coverage-m2>
|
2002-07-20 13:01:17 +00:00
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2002-07-26 00:02:08 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/brick-school.ac</path>
|
2004-02-29 18:23:47 +00:00
|
|
|
<path>Models/Buildings/bank-building.ac</path>
|
2003-07-08 12:32:10 +00:00
|
|
|
<coverage-m2>4000000</coverage-m2>
|
2002-07-26 00:02:08 +00:00
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2002-07-20 13:01:17 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/water-tower.ac</path>
|
2003-12-31 15:17:21 +00:00
|
|
|
<coverage-m2>100000000</coverage-m2>
|
2002-07-20 13:01:17 +00:00
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-coverage>250000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/mixed-summer.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>25.0</tree-height-m>
|
|
|
|
<tree-width-m>15.0</tree-width-m>
|
2002-07-18 21:09:25 +00:00
|
|
|
</material>
|
|
|
|
|
2002-02-01 01:38:10 +00:00
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2002-02-01 01:38:10 +00:00
|
|
|
<name>Town</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/Town1.png</texture>
|
2006-03-30 14:28:58 +00:00
|
|
|
<xsize>1024</xsize>
|
|
|
|
<ysize>1024</ysize>
|
2002-02-01 01:38:10 +00:00
|
|
|
<light-coverage>100000.0</light-coverage>
|
|
|
|
<emissive>
|
2002-11-26 04:04:32 +00:00
|
|
|
<r>0.05</r>
|
|
|
|
<g>0.05</g>
|
2003-09-09 12:56:39 +00:00
|
|
|
<b>0.02</b>
|
2002-02-01 01:38:10 +00:00
|
|
|
<a>1.0</a>
|
|
|
|
</emissive>
|
2002-07-20 13:01:17 +00:00
|
|
|
<object-group>
|
2002-07-19 19:45:32 +00:00
|
|
|
<range-m>10000</range-m>
|
2002-07-20 20:45:32 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/oil-tanks.ac</path>
|
|
|
|
<coverage-m2>20000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2002-07-20 13:01:17 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/big-church.ac</path>
|
2003-09-13 12:54:42 +00:00
|
|
|
<coverage-m2>90000</coverage-m2>
|
2002-07-20 13:01:17 +00:00
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2002-07-26 00:02:08 +00:00
|
|
|
<object>
|
2003-09-13 12:54:42 +00:00
|
|
|
<path>Models/Buildings/shop.ac</path>
|
|
|
|
<coverage-m2>40000</coverage-m2>
|
2002-07-26 00:02:08 +00:00
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2002-07-20 13:01:17 +00:00
|
|
|
<object>
|
2003-09-13 12:54:42 +00:00
|
|
|
<path>Models/Buildings/hosshop.ac</path>
|
|
|
|
<coverage-m2>75000</coverage-m2>
|
2002-07-20 13:01:17 +00:00
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2003-07-08 12:32:10 +00:00
|
|
|
<object>
|
2003-09-13 12:54:42 +00:00
|
|
|
<path>Models/Buildings/weapshop.ac</path>
|
2003-07-12 08:35:37 +00:00
|
|
|
<coverage-m2>40000</coverage-m2>
|
2003-07-08 12:32:10 +00:00
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
2003-09-13 12:54:42 +00:00
|
|
|
<path>Models/Buildings/brick-school.ac</path>
|
|
|
|
<coverage-m2>285000</coverage-m2>
|
2003-07-08 12:32:10 +00:00
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
2003-09-13 12:54:42 +00:00
|
|
|
<path>Models/Buildings/water-tower.ac</path>
|
|
|
|
<coverage-m2>300000</coverage-m2>
|
2003-07-08 12:32:10 +00:00
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2002-07-20 13:01:17 +00:00
|
|
|
</object-group>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-coverage>500000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/mixed-summer.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>25.0</tree-height-m>
|
|
|
|
<tree-width-m>15.0</tree-width-m>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2001-12-28 22:37:57 +00:00
|
|
|
<name>Lake</name>
|
|
|
|
<name>Pond</name>
|
|
|
|
<name>Reservoir</name>
|
|
|
|
<name>Stream</name>
|
2006-10-14 22:06:20 +00:00
|
|
|
<name>Canal</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/water-lake.png</texture>
|
2003-04-25 13:29:56 +00:00
|
|
|
<xsize>400</xsize>
|
|
|
|
<ysize>400</ysize>
|
2001-12-28 22:37:57 +00:00
|
|
|
<ambient>
|
2003-09-13 12:23:30 +00:00
|
|
|
<r>0.0</r>
|
|
|
|
<g>0.0</g>
|
|
|
|
<b>0.0</b>
|
2002-02-01 00:05:52 +00:00
|
|
|
<a>1.0</a>
|
2001-12-28 22:37:57 +00:00
|
|
|
</ambient>
|
|
|
|
<diffuse>
|
2003-09-13 12:23:30 +00:00
|
|
|
<r>0.5</r>
|
|
|
|
<g>0.5</g>
|
|
|
|
<b>0.5</b>
|
2002-02-01 00:05:52 +00:00
|
|
|
<a>1.0</a>
|
2001-12-28 22:37:57 +00:00
|
|
|
</diffuse>
|
2002-02-01 00:05:52 +00:00
|
|
|
<specular>
|
2003-09-13 12:23:30 +00:00
|
|
|
<r>0.3</r>
|
|
|
|
<g>0.3</g>
|
|
|
|
<b>0.3</b>
|
2002-02-01 00:05:52 +00:00
|
|
|
<a>1.0</a>
|
|
|
|
</specular>
|
2003-09-13 12:23:30 +00:00
|
|
|
<shininess>1.2</shininess>
|
2006-06-11 13:38:45 +00:00
|
|
|
<solid>0</solid>
|
2005-06-15 09:24:49 +00:00
|
|
|
<rolling-friction>1.5</rolling-friction>
|
|
|
|
<bumpiness>0.6</bumpiness>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
2003-09-04 01:25:41 +00:00
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2001-12-28 22:37:57 +00:00
|
|
|
<name>DryLake</name>
|
2006-03-31 19:02:25 +00:00
|
|
|
<name>IntermittentReservoir</name>
|
|
|
|
<name>IntermittentLake</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/sand1.png</texture>
|
|
|
|
<texture>Terrain/sand2.png</texture>
|
|
|
|
<texture>Terrain/sand3.png</texture>
|
2006-03-31 19:02:25 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
2006-06-11 13:38:45 +00:00
|
|
|
<solid>1</solid>
|
|
|
|
<friction-factor>0.9</friction-factor>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>0.04</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>0.1</bumpiness>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>IntermittentStream</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/wash.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>200</xsize>
|
|
|
|
<ysize>200</ysize>
|
|
|
|
<shininess>1.5</shininess>
|
|
|
|
<solid>0</solid>
|
|
|
|
<rolling-friction>2.5</rolling-friction>
|
|
|
|
<bumpiness>0.6</bumpiness>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2001-12-28 22:37:57 +00:00
|
|
|
<name>Marsh</name>
|
2006-10-14 22:32:04 +00:00
|
|
|
<name>Littoral</name>
|
2001-12-28 22:37:57 +00:00
|
|
|
<name>HerbWetlandCover</name>
|
|
|
|
<name>WoodedWetlandCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/marsh2.png</texture>
|
|
|
|
<texture>Terrain/marsh3.png</texture>
|
|
|
|
<texture>Terrain/marsh4.png</texture>
|
2006-03-27 15:55:59 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
2006-06-11 13:38:45 +00:00
|
|
|
<solid>1</solid>
|
2001-12-28 22:37:57 +00:00
|
|
|
<light-coverage>40000000.0</light-coverage>
|
2006-06-11 13:38:45 +00:00
|
|
|
<friction-factor>0.8</friction-factor>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>0.3</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>0.2</bumpiness>
|
2007-05-13 11:53:46 +00:00
|
|
|
<load-resistance>1e30</load-resistance>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
2003-11-22 10:23:55 +00:00
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2003-11-23 14:00:59 +00:00
|
|
|
<name>GrassCover</name>
|
2003-11-22 10:23:55 +00:00
|
|
|
<name>BareTundraCover</name>
|
2001-12-28 22:37:57 +00:00
|
|
|
<name>MixedTundraCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/tundra.png</texture>
|
|
|
|
<texture>Terrain/tundra2.png</texture>
|
|
|
|
<texture>Terrain/tundra3.png</texture>
|
2006-03-27 15:55:59 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
2003-11-22 10:23:55 +00:00
|
|
|
<light-coverage>4000000.0</light-coverage>
|
2005-11-16 15:19:20 +00:00
|
|
|
<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>
|
2006-06-11 13:38:45 +00:00
|
|
|
<solid>1</solid>
|
2007-01-28 11:43:50 +00:00
|
|
|
<friction-factor>0.7</friction-factor>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>0.1</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>0.15</bumpiness>
|
2007-05-13 11:53:46 +00:00
|
|
|
<load-resistance>1e30</load-resistance>
|
2003-11-22 10:23:55 +00:00
|
|
|
</material>
|
|
|
|
|
2006-04-04 21:01:14 +00:00
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2006-04-04 21:01:14 +00:00
|
|
|
<name>HerbTundraCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/herbtundra.png</texture>
|
|
|
|
<texture>Terrain/herbtundra2.png</texture>
|
|
|
|
<texture>Terrain/herbtundra3.png</texture>
|
2006-04-04 21:01:14 +00:00
|
|
|
<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>
|
2006-06-11 13:38:45 +00:00
|
|
|
<solid>1</solid>
|
2007-01-28 11:43:50 +00:00
|
|
|
<friction-factor>0.8</friction-factor>
|
2006-04-04 21:01:14 +00:00
|
|
|
<rolling-friction>0.1</rolling-friction>
|
|
|
|
<bumpiness>0.15</bumpiness>
|
2007-05-13 11:53:46 +00:00
|
|
|
<load-resistance>1e30</load-resistance>
|
2006-04-04 21:01:14 +00:00
|
|
|
</material>
|
|
|
|
|
2003-11-22 10:23:55 +00:00
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2001-12-28 22:37:57 +00:00
|
|
|
<name>SavannaCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/savanna.png</texture>
|
2002-07-18 21:09:25 +00:00
|
|
|
<xsize>1000</xsize>
|
|
|
|
<ysize>1000</ysize>
|
2001-12-28 22:37:57 +00:00
|
|
|
<light-coverage>4000000.0</light-coverage>
|
2006-06-11 13:38:45 +00:00
|
|
|
<solid>1</solid>
|
2007-01-28 11:43:50 +00:00
|
|
|
<friction-factor>0.8</friction-factor>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>0.1</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>0.2</bumpiness>
|
2007-05-13 11:53:46 +00:00
|
|
|
<load-resistance>1e30</load-resistance>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
2003-09-15 20:15:20 +00:00
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2003-09-15 20:15:20 +00:00
|
|
|
<name>Grass</name>
|
|
|
|
<name>Airport</name>
|
|
|
|
<name>AirportKeep</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/airport.png</texture>
|
2003-09-15 20:15:20 +00:00
|
|
|
<xsize>125</xsize>
|
|
|
|
<ysize>125</ysize>
|
|
|
|
<light-coverage>4000000.0</light-coverage>
|
2005-11-16 15:19:20 +00:00
|
|
|
<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>
|
2006-06-11 13:38:45 +00:00
|
|
|
<solid>1</solid>
|
2007-01-28 11:43:50 +00:00
|
|
|
<friction-factor>0.7</friction-factor>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>0.1</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>0.1</bumpiness>
|
2007-05-13 11:53:46 +00:00
|
|
|
<load-resistance>1e30</load-resistance>
|
2003-09-15 20:15:20 +00:00
|
|
|
</material>
|
|
|
|
|
2001-12-28 22:37:57 +00:00
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2001-12-28 22:37:57 +00:00
|
|
|
<name>MixedCropPastureCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/mixedcrop1.png</texture>
|
|
|
|
<texture>Terrain/mixedcrop4.png</texture>
|
|
|
|
<texture>Terrain/mixedcrop3.png</texture>
|
2006-03-27 15:55:59 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
2001-12-28 22:37:57 +00:00
|
|
|
<light-coverage>2000000.0</light-coverage>
|
2006-06-11 13:38:45 +00:00
|
|
|
<solid>1</solid>
|
|
|
|
<friction-factor>0.9</friction-factor>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>0.1</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>0.7</bumpiness>
|
2007-05-13 11:53:46 +00:00
|
|
|
<load-resistance>1e30</load-resistance>
|
2002-07-20 13:01:17 +00:00
|
|
|
<object-group>
|
2002-07-19 19:45:32 +00:00
|
|
|
<range-m>5000</range-m>
|
2002-07-20 14:43:01 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/silo.ac</path>
|
|
|
|
<coverage-m2>5000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2002-07-20 13:01:17 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/red-barn.ac</path>
|
2004-03-02 13:56:15 +00:00
|
|
|
<path>Models/Buildings/horse-stable.ac</path>
|
|
|
|
<path>Models/Buildings/cow-stable.ac</path>
|
|
|
|
<path>Models/Buildings/farmhouse1.ac</path>
|
|
|
|
<path>Models/Buildings/farmhouse2.ac</path>
|
|
|
|
<path>Models/Buildings/farmhouse3.ac</path>
|
|
|
|
<coverage-m2>750000</coverage-m2>
|
2002-07-20 13:01:17 +00:00
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
|
|
|
<object-group>
|
2002-07-15 16:24:03 +00:00
|
|
|
<range-m>1000</range-m>
|
2002-07-20 13:01:17 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Fauna/cow.ac</path>
|
2002-07-26 00:02:08 +00:00
|
|
|
<coverage-m2>100000</coverage-m2>
|
2002-07-20 13:01:17 +00:00
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2008-09-30 19:23:16 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Fauna/horse.ac</path>
|
|
|
|
<coverage-m2>300000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2002-07-20 13:01:17 +00:00
|
|
|
</object-group>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-coverage>500000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/mixed-summer.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>20.0</tree-height-m>
|
|
|
|
<tree-width-m>12.0</tree-width-m>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2001-12-28 22:37:57 +00:00
|
|
|
<name>IrrCropPastureCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/irrcrop1.png</texture>
|
|
|
|
<texture>Terrain/irrcrop2.png</texture>
|
|
|
|
<texture>Terrain/irrcrop3.png</texture>
|
2006-03-27 15:55:59 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
2001-12-28 22:37:57 +00:00
|
|
|
<light-coverage>2000000.0</light-coverage>
|
2006-06-11 13:38:45 +00:00
|
|
|
<solid>1</solid>
|
|
|
|
<friction-factor>0.9</friction-factor>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>0.3</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>0.6</bumpiness>
|
2007-05-13 11:53:46 +00:00
|
|
|
<load-resistance>1e30</load-resistance>
|
2002-07-20 13:01:17 +00:00
|
|
|
<object-group>
|
2002-07-19 19:45:32 +00:00
|
|
|
<range-m>5000</range-m>
|
2002-07-20 14:43:01 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/silo.ac</path>
|
|
|
|
<coverage-m2>5000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2002-07-20 13:01:17 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/red-barn.ac</path>
|
2004-03-02 13:56:15 +00:00
|
|
|
<path>Models/Buildings/horse-stable.ac</path>
|
|
|
|
<path>Models/Buildings/cow-stable.ac</path>
|
|
|
|
<path>Models/Buildings/farmhouse1.ac</path>
|
|
|
|
<path>Models/Buildings/farmhouse2.ac</path>
|
|
|
|
<path>Models/Buildings/farmhouse3.ac</path>
|
|
|
|
<coverage-m2>750000</coverage-m2>
|
2002-07-20 13:01:17 +00:00
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
|
|
|
<object-group>
|
2002-07-15 16:24:03 +00:00
|
|
|
<range-m>1000</range-m>
|
2002-07-20 13:01:17 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Fauna/cow.ac</path>
|
2002-07-26 00:02:08 +00:00
|
|
|
<coverage-m2>100000</coverage-m2>
|
2002-07-20 13:01:17 +00:00
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2008-09-30 19:23:16 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Fauna/horse.ac</path>
|
|
|
|
<coverage-m2>300000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2002-07-20 13:01:17 +00:00
|
|
|
</object-group>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-coverage>500000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/mixed-summer.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>20.0</tree-height-m>
|
|
|
|
<tree-width-m>12.0</tree-width-m>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2001-12-28 22:37:57 +00:00
|
|
|
<name>DryCropPastureCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/drycrop1.png</texture>
|
|
|
|
<texture>Terrain/drycrop2.png</texture>
|
|
|
|
<texture>Terrain/drycrop3.png</texture>
|
|
|
|
<texture>Terrain/drycrop4.png</texture>
|
2003-06-04 15:02:39 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
2006-06-11 13:38:45 +00:00
|
|
|
<solid>1</solid>
|
|
|
|
<friction-factor>0.9</friction-factor>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>0.1</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>0.6</bumpiness>
|
2007-05-13 11:53:46 +00:00
|
|
|
<load-resistance>1e30</load-resistance>
|
2001-12-28 22:37:57 +00:00
|
|
|
<light-coverage>2000000.0</light-coverage>
|
2002-07-20 13:01:17 +00:00
|
|
|
<object-group>
|
2002-07-19 19:45:32 +00:00
|
|
|
<range-m>5000</range-m>
|
2002-07-20 14:43:01 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/silo.ac</path>
|
|
|
|
<coverage-m2>5000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2002-07-20 13:01:17 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/red-barn.ac</path>
|
2004-03-02 13:56:15 +00:00
|
|
|
<path>Models/Buildings/horse-stable.ac</path>
|
|
|
|
<path>Models/Buildings/cow-stable.ac</path>
|
|
|
|
<path>Models/Buildings/farmhouse1.ac</path>
|
|
|
|
<path>Models/Buildings/farmhouse2.ac</path>
|
|
|
|
<path>Models/Buildings/farmhouse3.ac</path>
|
|
|
|
<coverage-m2>750000</coverage-m2>
|
2002-07-20 13:01:17 +00:00
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
|
|
|
<object-group>
|
2002-07-15 16:24:03 +00:00
|
|
|
<range-m>1000</range-m>
|
2002-07-20 13:01:17 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Fauna/cow.ac</path>
|
2002-07-26 00:02:08 +00:00
|
|
|
<coverage-m2>100000</coverage-m2>
|
2002-07-20 13:01:17 +00:00
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2008-09-30 19:23:16 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Fauna/horse.ac</path>
|
|
|
|
<coverage-m2>300000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2002-07-20 13:01:17 +00:00
|
|
|
</object-group>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-coverage>500000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/mixed-summer.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>20.0</tree-height-m>
|
|
|
|
<tree-width-m>12.0</tree-width-m>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2001-12-28 22:37:57 +00:00
|
|
|
<name>CropGrassCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/cropgrass1.png</texture>
|
|
|
|
<texture>Terrain/cropgrass2.png</texture>
|
|
|
|
<texture>Terrain/cropgrass3.png</texture>
|
2003-06-04 15:02:39 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
2001-12-28 22:37:57 +00:00
|
|
|
<light-coverage>2000000.0</light-coverage>
|
2005-11-16 15:19:20 +00:00
|
|
|
<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>
|
2006-06-11 13:38:45 +00:00
|
|
|
<solid>1</solid>
|
2007-01-28 11:43:50 +00:00
|
|
|
<friction-factor>0.7</friction-factor>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>0.1</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>0.3</bumpiness>
|
2007-05-13 11:53:46 +00:00
|
|
|
<load-resistance>1e30</load-resistance>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-coverage>500000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/mixed-summer.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>20.0</tree-height-m>
|
|
|
|
<tree-width-m>12.0</tree-width-m>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>summer</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
2001-12-28 22:37:57 +00:00
|
|
|
<name>CropWoodCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/cropwood.png</texture>
|
2003-06-04 15:02:39 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
2001-12-28 22:37:57 +00:00
|
|
|
<light-coverage>2000000.0</light-coverage>
|
2006-06-11 13:38:45 +00:00
|
|
|
<solid>1</solid>
|
|
|
|
<friction-factor>0.4</friction-factor>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>0.6</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>0.7</bumpiness>
|
2007-05-13 11:53:46 +00:00
|
|
|
<load-resistance>10</load-resistance>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-coverage>200000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/mixed-summer.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>20.0</tree-height-m>
|
|
|
|
<tree-width-m>12.0</tree-width-m>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<!-- end summer-->
|
|
|
|
|
|
|
|
<!-- Winter-->
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>Landmass</name>
|
|
|
|
<name>SomeSort</name>
|
|
|
|
<name>EvergreenBroadCover</name>
|
|
|
|
<name>Island</name>
|
|
|
|
<name>Default</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/forest1a.png</texture>
|
|
|
|
<texture>Terrain.winter/forest1b.png</texture>
|
|
|
|
<texture>Terrain.winter/forest1c.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
|
|
|
<light-coverage>10000000.0</light-coverage>
|
|
|
|
<tree-coverage>4000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/coniferous-winter.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>25.0</tree-height-m>
|
2008-02-16 22:42:24 +00:00
|
|
|
<tree-width-m>15.0</tree-width-m>
|
2008-02-16 22:34:51 +00:00
|
|
|
<rolling-friction>1</rolling-friction>
|
|
|
|
<bumpiness>1</bumpiness>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>DeciduousBroadCover</name>
|
|
|
|
<name>Bog</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/deciduous1.png</texture>
|
|
|
|
<texture>Terrain.winter/deciduous2.png</texture>
|
|
|
|
<texture>Terrain.winter/deciduous4.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
|
|
|
<light-coverage>10000000.0</light-coverage>
|
|
|
|
<tree-coverage>4000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/deciduous-winter.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>25.0</tree-height-m>
|
|
|
|
<tree-width-m>15.0</tree-width-m>
|
|
|
|
<rolling-friction>1</rolling-friction>
|
|
|
|
<bumpiness>0.85</bumpiness>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>MixedForestCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/mixedforest.png</texture>
|
|
|
|
<texture>Terrain.winter/mixedforest2.png</texture>
|
|
|
|
<texture>Terrain.winter/mixedforest3.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
|
|
|
<light-coverage>5000000.0</light-coverage>
|
|
|
|
<tree-coverage>4000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/mixed-winter.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>25.0</tree-height-m>
|
|
|
|
<tree-width-m>15.0</tree-width-m>
|
|
|
|
<rolling-friction>1</rolling-friction>
|
|
|
|
<bumpiness>0.95</bumpiness>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>EvergreenNeedleCover</name>
|
|
|
|
<name>WoodedTundraCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/evergreen.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>1000</xsize>
|
|
|
|
<ysize>1000</ysize>
|
|
|
|
<light-coverage>10000000.0</light-coverage>
|
|
|
|
<tree-coverage>4000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/coniferous-winter.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>20.0</tree-height-m>
|
|
|
|
<tree-width-m>15.0</tree-width-m>
|
|
|
|
<rolling-friction>1</rolling-friction>
|
|
|
|
<bumpiness>1</bumpiness>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>DeciduousNeedleCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/dec_evergreen.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>1000</xsize>
|
|
|
|
<ysize>1000</ysize>
|
|
|
|
<light-coverage>10000000.0</light-coverage>
|
|
|
|
<tree-coverage>4000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/coniferous-winter.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>15.0</tree-height-m>
|
|
|
|
<tree-width-m>8.0</tree-width-m>
|
|
|
|
<rolling-friction>1</rolling-friction>
|
|
|
|
<bumpiness>1</bumpiness>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>Sand</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/sand4.png</texture>
|
|
|
|
<texture>Terrain.winter/sand5.png</texture>
|
|
|
|
<texture>Terrain.winter/sand6.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
|
|
|
<light-coverage>10000000.0</light-coverage>
|
|
|
|
<shininess>2.5</shininess>
|
|
|
|
<rolling-friction>0.1</rolling-friction>
|
|
|
|
<friction-factor>0.7</friction-factor>
|
|
|
|
<bumpiness>0.1</bumpiness>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>ShrubCover</name>
|
|
|
|
<name>ShrubGrassCover</name>
|
|
|
|
<name>ScrubCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/shrub.png</texture>
|
|
|
|
<texture>Terrain.winter/shrub2.png</texture>
|
|
|
|
<texture>Terrain.winter/shrub3.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<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>
|
2008-04-20 20:17:51 +00:00
|
|
|
<tree-coverage>8000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/mixed-shrub-winter.png</tree-texture>
|
2008-04-20 20:17:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>2.0</tree-height-m>
|
|
|
|
<tree-width-m>2.0</tree-width-m>
|
2008-02-16 22:34:51 +00:00
|
|
|
<rolling-friction>0.6</rolling-friction>
|
|
|
|
<bumpiness>0.4</bumpiness>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>BuiltUpCover</name>
|
|
|
|
<name>Urban</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/city1.png</texture>
|
|
|
|
<texture>Terrain/city2.png</texture>
|
|
|
|
<texture>Terrain/city3.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>1024</xsize>
|
|
|
|
<ysize>1024</ysize>
|
|
|
|
<light-coverage>100000.0</light-coverage>
|
|
|
|
<emissive>
|
|
|
|
<r>0.05</r>
|
|
|
|
<g>0.05</g>
|
|
|
|
<b>0.02</b>
|
|
|
|
<a>1.0</a>
|
|
|
|
</emissive>
|
|
|
|
<object-group>
|
|
|
|
<range-m>10000</range-m>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/oil-tanks.ac</path>
|
|
|
|
<coverage-m2>10000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/big-apartment.ac</path>
|
|
|
|
<coverage-m2>10000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/factory.ac</path>
|
|
|
|
<coverage-m2>4000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
|
|
|
<object-group>
|
|
|
|
<range-m>5000</range-m>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/cube-apartment.ac</path>
|
|
|
|
<path>Models/Buildings/medium-apartment.ac</path>
|
|
|
|
<path>Models/Buildings/renovated-apartment.ac</path>
|
|
|
|
<coverage-m2>1000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/small-glass-office-building.ac</path>
|
|
|
|
<path>Models/Buildings/medium-glass-office-building.ac</path>
|
|
|
|
<path>Models/Buildings/small-modern-office.ac</path>
|
|
|
|
<path>Models/Buildings/small-office.ac</path>
|
|
|
|
<coverage-m2>500000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/big-church.ac</path>
|
|
|
|
<coverage-m2>5000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/brick-school.ac</path>
|
|
|
|
<path>Models/Buildings/bank-building.ac</path>
|
|
|
|
<coverage-m2>4000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/water-tower.ac</path>
|
|
|
|
<coverage-m2>100000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
|
|
|
<tree-coverage>250000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/mixed-winter.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>25.0</tree-height-m>
|
|
|
|
<tree-width-m>15.0</tree-width-m>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>Town</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/Town1.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>1024</xsize>
|
|
|
|
<ysize>1024</ysize>
|
|
|
|
<light-coverage>100000.0</light-coverage>
|
|
|
|
<emissive>
|
|
|
|
<r>0.05</r>
|
|
|
|
<g>0.05</g>
|
|
|
|
<b>0.02</b>
|
|
|
|
<a>1.0</a>
|
|
|
|
</emissive>
|
|
|
|
<object-group>
|
|
|
|
<range-m>10000</range-m>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/oil-tanks.ac</path>
|
|
|
|
<coverage-m2>20000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/big-church.ac</path>
|
|
|
|
<coverage-m2>90000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/shop.ac</path>
|
|
|
|
<coverage-m2>40000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/hosshop.ac</path>
|
|
|
|
<coverage-m2>75000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/weapshop.ac</path>
|
|
|
|
<coverage-m2>40000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/brick-school.ac</path>
|
|
|
|
<coverage-m2>285000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/water-tower.ac</path>
|
|
|
|
<coverage-m2>300000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
|
|
|
<tree-coverage>500000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/mixed-winter.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>25.0</tree-height-m>
|
|
|
|
<tree-width-m>15.0</tree-width-m>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>Lake</name>
|
|
|
|
<name>Pond</name>
|
|
|
|
<name>Reservoir</name>
|
|
|
|
<name>Stream</name>
|
|
|
|
<name>Canal</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/water-lake.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>400</xsize>
|
|
|
|
<ysize>400</ysize>
|
|
|
|
<ambient>
|
|
|
|
<r>0.0</r>
|
|
|
|
<g>0.0</g>
|
|
|
|
<b>0.0</b>
|
|
|
|
<a>1.0</a>
|
|
|
|
</ambient>
|
|
|
|
<diffuse>
|
|
|
|
<r>0.5</r>
|
|
|
|
<g>0.5</g>
|
|
|
|
<b>0.5</b>
|
|
|
|
<a>1.0</a>
|
|
|
|
</diffuse>
|
|
|
|
<specular>
|
|
|
|
<r>0.3</r>
|
|
|
|
<g>0.3</g>
|
|
|
|
<b>0.3</b>
|
|
|
|
<a>1.0</a>
|
|
|
|
</specular>
|
|
|
|
<shininess>1.2</shininess>
|
|
|
|
<solid>1</solid>
|
|
|
|
<rolling-friction>0.5</rolling-friction>
|
|
|
|
<bumpiness>0.1</bumpiness>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>DryLake</name>
|
|
|
|
<name>IntermittentReservoir</name>
|
|
|
|
<name>IntermittentLake</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/sand1.png</texture>
|
|
|
|
<texture>Terrain.winter/sand2.png</texture>
|
|
|
|
<texture>Terrain.winter/sand3.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
|
|
|
<solid>1</solid>
|
|
|
|
<friction-factor>0.9</friction-factor>
|
|
|
|
<rolling-friction>0.04</rolling-friction>
|
|
|
|
<bumpiness>0.1</bumpiness>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>IntermittentStream</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/wash.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>200</xsize>
|
|
|
|
<ysize>200</ysize>
|
|
|
|
<shininess>1.5</shininess>
|
|
|
|
<solid>0</solid>
|
|
|
|
<rolling-friction>2.5</rolling-friction>
|
|
|
|
<bumpiness>0.6</bumpiness>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>Marsh</name>
|
|
|
|
<name>Littoral</name>
|
|
|
|
<name>HerbWetlandCover</name>
|
|
|
|
<name>WoodedWetlandCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/marsh2.png</texture>
|
|
|
|
<texture>Terrain.winter/marsh3.png</texture>
|
|
|
|
<texture>Terrain.winter/marsh4.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
|
|
|
<solid>1</solid>
|
|
|
|
<light-coverage>40000000.0</light-coverage>
|
|
|
|
<friction-factor>0.8</friction-factor>
|
|
|
|
<rolling-friction>0.3</rolling-friction>
|
|
|
|
<bumpiness>0.2</bumpiness>
|
|
|
|
<load-resistance>1e30</load-resistance>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>GrassCover</name>
|
|
|
|
<name>BareTundraCover</name>
|
|
|
|
<name>MixedTundraCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/tundra.png</texture>
|
|
|
|
<texture>Terrain.winter/tundra2.png</texture>
|
|
|
|
<texture>Terrain.winter/tundra3.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<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>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>HerbTundraCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/herbtundra.png</texture>
|
|
|
|
<texture>Terrain.winter/herbtundra2.png</texture>
|
|
|
|
<texture>Terrain.winter/herbtundra3.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<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.8</friction-factor>
|
|
|
|
<rolling-friction>0.1</rolling-friction>
|
|
|
|
<bumpiness>0.15</bumpiness>
|
|
|
|
<load-resistance>1e30</load-resistance>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>SavannaCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/savanna.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>1000</xsize>
|
|
|
|
<ysize>1000</ysize>
|
|
|
|
<light-coverage>4000000.0</light-coverage>
|
|
|
|
<solid>1</solid>
|
|
|
|
<friction-factor>0.8</friction-factor>
|
|
|
|
<rolling-friction>0.1</rolling-friction>
|
|
|
|
<bumpiness>0.2</bumpiness>
|
|
|
|
<load-resistance>1e30</load-resistance>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>Grass</name>
|
|
|
|
<name>Airport</name>
|
|
|
|
<name>AirportKeep</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/airport.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>125</xsize>
|
|
|
|
<ysize>125</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.1</bumpiness>
|
|
|
|
<load-resistance>1e30</load-resistance>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>MixedCropPastureCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/mixedcrop1.png</texture>
|
|
|
|
<texture>Terrain.winter/mixedcrop4.png</texture>
|
|
|
|
<texture>Terrain.winter/mixedcrop3.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
|
|
|
<light-coverage>2000000.0</light-coverage>
|
|
|
|
<solid>1</solid>
|
|
|
|
<friction-factor>0.9</friction-factor>
|
|
|
|
<rolling-friction>0.1</rolling-friction>
|
|
|
|
<bumpiness>0.7</bumpiness>
|
|
|
|
<load-resistance>1e30</load-resistance>
|
|
|
|
<object-group>
|
|
|
|
<range-m>5000</range-m>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/silo.ac</path>
|
|
|
|
<coverage-m2>5000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/red-barn.ac</path>
|
|
|
|
<path>Models/Buildings/horse-stable.ac</path>
|
|
|
|
<path>Models/Buildings/cow-stable.ac</path>
|
|
|
|
<path>Models/Buildings/farmhouse1.ac</path>
|
|
|
|
<path>Models/Buildings/farmhouse2.ac</path>
|
|
|
|
<path>Models/Buildings/farmhouse3.ac</path>
|
|
|
|
<coverage-m2>750000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
|
|
|
<object-group>
|
|
|
|
<range-m>1000</range-m>
|
|
|
|
<object>
|
|
|
|
<path>Models/Fauna/cow.ac</path>
|
|
|
|
<coverage-m2>100000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2008-09-30 19:23:16 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Fauna/horse.ac</path>
|
|
|
|
<coverage-m2>300000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2008-02-16 22:34:51 +00:00
|
|
|
</object-group>
|
|
|
|
<tree-coverage>500000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/mixed-winter.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>20.0</tree-height-m>
|
|
|
|
<tree-width-m>12.0</tree-width-m>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>IrrCropPastureCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/irrcrop1.png</texture>
|
|
|
|
<texture>Terrain.winter/irrcrop2.png</texture>
|
|
|
|
<texture>Terrain.winter/irrcrop3.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
|
|
|
<light-coverage>2000000.0</light-coverage>
|
|
|
|
<solid>1</solid>
|
|
|
|
<friction-factor>0.9</friction-factor>
|
|
|
|
<rolling-friction>0.3</rolling-friction>
|
|
|
|
<bumpiness>0.6</bumpiness>
|
|
|
|
<load-resistance>1e30</load-resistance>
|
|
|
|
<object-group>
|
|
|
|
<range-m>5000</range-m>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/silo.ac</path>
|
|
|
|
<coverage-m2>5000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/red-barn.ac</path>
|
|
|
|
<path>Models/Buildings/horse-stable.ac</path>
|
|
|
|
<path>Models/Buildings/cow-stable.ac</path>
|
|
|
|
<path>Models/Buildings/farmhouse1.ac</path>
|
|
|
|
<path>Models/Buildings/farmhouse2.ac</path>
|
|
|
|
<path>Models/Buildings/farmhouse3.ac</path>
|
|
|
|
<coverage-m2>750000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
|
|
|
<object-group>
|
|
|
|
<range-m>1000</range-m>
|
|
|
|
<object>
|
|
|
|
<path>Models/Fauna/cow.ac</path>
|
|
|
|
<coverage-m2>100000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2008-09-30 19:23:16 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Fauna/horse.ac</path>
|
|
|
|
<coverage-m2>300000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2008-02-16 22:34:51 +00:00
|
|
|
</object-group>
|
|
|
|
<tree-coverage>500000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/mixed-winter.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>20.0</tree-height-m>
|
|
|
|
<tree-width-m>12.0</tree-width-m>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>DryCropPastureCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/drycrop1.png</texture>
|
|
|
|
<texture>Terrain.winter/drycrop2.png</texture>
|
|
|
|
<texture>Terrain.winter/drycrop3.png</texture>
|
|
|
|
<texture>Terrain.winter/drycrop4.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
|
|
|
<solid>1</solid>
|
|
|
|
<friction-factor>0.9</friction-factor>
|
|
|
|
<rolling-friction>0.1</rolling-friction>
|
|
|
|
<bumpiness>0.6</bumpiness>
|
|
|
|
<load-resistance>1e30</load-resistance>
|
|
|
|
<light-coverage>2000000.0</light-coverage>
|
|
|
|
<object-group>
|
|
|
|
<range-m>5000</range-m>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/silo.ac</path>
|
|
|
|
<coverage-m2>5000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Buildings/red-barn.ac</path>
|
|
|
|
<path>Models/Buildings/horse-stable.ac</path>
|
|
|
|
<path>Models/Buildings/cow-stable.ac</path>
|
|
|
|
<path>Models/Buildings/farmhouse1.ac</path>
|
|
|
|
<path>Models/Buildings/farmhouse2.ac</path>
|
|
|
|
<path>Models/Buildings/farmhouse3.ac</path>
|
|
|
|
<coverage-m2>750000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
|
|
|
<object-group>
|
|
|
|
<range-m>1000</range-m>
|
|
|
|
<object>
|
|
|
|
<path>Models/Fauna/cow.ac</path>
|
|
|
|
<coverage-m2>100000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2008-09-30 19:23:16 +00:00
|
|
|
<object>
|
|
|
|
<path>Models/Fauna/horse.ac</path>
|
|
|
|
<coverage-m2>300000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
2008-02-16 22:34:51 +00:00
|
|
|
</object-group>
|
|
|
|
<tree-coverage>500000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/mixed-winter.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>20.0</tree-height-m>
|
|
|
|
<tree-width-m>12.0</tree-width-m>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>CropGrassCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/cropgrass1.png</texture>
|
|
|
|
<texture>Terrain.winter/cropgrass2.png</texture>
|
|
|
|
<texture>Terrain.winter/cropgrass3.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
|
|
|
<light-coverage>2000000.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.3</bumpiness>
|
|
|
|
<load-resistance>1e30</load-resistance>
|
|
|
|
<tree-coverage>500000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/mixed-winter.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>20.0</tree-height-m>
|
|
|
|
<tree-width-m>12.0</tree-width-m>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<condition>
|
|
|
|
<equals>
|
|
|
|
<property>sim/startup/season</property>
|
|
|
|
<value>winter</value>
|
|
|
|
</equals>
|
|
|
|
</condition>
|
|
|
|
<name>CropWoodCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain.winter/cropwood.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
|
|
|
<light-coverage>2000000.0</light-coverage>
|
|
|
|
<solid>1</solid>
|
|
|
|
<friction-factor>0.4</friction-factor>
|
|
|
|
<rolling-friction>0.6</rolling-friction>
|
|
|
|
<bumpiness>0.7</bumpiness>
|
|
|
|
<load-resistance>10</load-resistance>
|
|
|
|
<tree-coverage>200000.0</tree-coverage>
|
2008-10-14 00:55:22 +00:00
|
|
|
<tree-texture>Textures/Trees/mixed-winter.png</tree-texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<tree-varieties>8</tree-varieties>
|
|
|
|
<tree-range-m alias="/params/forest/tree-range-m"/>
|
|
|
|
<tree-height-m>20.0</tree-height-m>
|
|
|
|
<tree-width-m>12.0</tree-width-m>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<!-- end winter-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>Unknown</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/unknown.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>1000</xsize>
|
|
|
|
<ysize>1000</ysize>
|
|
|
|
<rolling-friction>0.1</rolling-friction>
|
|
|
|
<bumpiness>0.1</bumpiness>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>PackIce</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/packice1.png</texture>
|
|
|
|
<texture>Terrain/packice2.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
|
|
|
<shininess>1.5</shininess>
|
|
|
|
<rolling-friction>0.005</rolling-friction>
|
|
|
|
<friction-factor>0.2</friction-factor>
|
|
|
|
<bumpiness>0.3</bumpiness>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>Glacier</name>
|
|
|
|
<name>PolarIce</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/glacier1.png</texture>
|
|
|
|
<texture>Terrain/glacier2.png</texture>
|
|
|
|
<texture>Terrain/glacier3.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
|
|
|
<shininess>1.5</shininess>
|
|
|
|
<rolling-friction>0.1</rolling-friction>
|
|
|
|
<friction-factor>0.2</friction-factor>
|
|
|
|
<bumpiness>0.5</bumpiness>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>SnowCover</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/snow1.png</texture>
|
|
|
|
<texture>Terrain/snow2.png</texture>
|
|
|
|
<texture>Terrain/snow3.png</texture>
|
|
|
|
<texture>Terrain/snow4.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>2000</xsize>
|
|
|
|
<ysize>2000</ysize>
|
|
|
|
<shininess>1.2</shininess>
|
|
|
|
<rolling-friction>0.15</rolling-friction>
|
|
|
|
<friction-factor>0.3</friction-factor>
|
|
|
|
<bumpiness>0.1</bumpiness>
|
|
|
|
</material>
|
|
|
|
|
2008-04-21 21:14:16 +00:00
|
|
|
<material>
|
|
|
|
<name>Ocean</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/water.png</texture>
|
2008-04-21 21:14:16 +00:00
|
|
|
<xsize>400</xsize>
|
|
|
|
<ysize>400</ysize>
|
|
|
|
<object-group>
|
|
|
|
<range-m>40000</range-m>
|
|
|
|
<object>
|
|
|
|
<path>Models/Geometry/container_carrier.ac</path>
|
|
|
|
<coverage-m2>500000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
|
|
|
<object-group>
|
|
|
|
<range-m>40000</range-m>
|
|
|
|
<object>
|
|
|
|
<path>Models/Maritime/Civilian/ContainerShip.xml</path>
|
|
|
|
<coverage-m2>500000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
|
|
|
<object-group>
|
|
|
|
<range-m>40000</range-m>
|
|
|
|
<object>
|
|
|
|
<path>Models/Maritime/Civilian/Trawler.xml</path>
|
|
|
|
<coverage-m2>500000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Maritime/Civilian/Trawler.xml</path>
|
|
|
|
<coverage-m2>500000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
<object>
|
|
|
|
<path>Models/Maritime/Civilian/Trawler.xml</path>
|
|
|
|
<coverage-m2>500000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
|
|
|
<object-group>
|
|
|
|
<range-m>40000</range-m>
|
|
|
|
<object>
|
|
|
|
<path>Models/Maritime/Civilian/Freighter.xml</path>
|
|
|
|
<coverage-m2>500000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
|
|
|
<object-group>
|
|
|
|
<range-m>40000</range-m>
|
|
|
|
<object>
|
|
|
|
<path>Models/Maritime/Civilian/LargeTrawler.xml</path>
|
|
|
|
<coverage-m2>500000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
|
|
|
<object-group>
|
|
|
|
<range-m>40000</range-m>
|
|
|
|
<object>
|
|
|
|
<path>Models/Maritime/Civilian/SailBoatUnderSail.xml</path>
|
|
|
|
<coverage-m2>500000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
|
|
|
<object-group>
|
|
|
|
<range-m>40000</range-m>
|
|
|
|
<object>
|
|
|
|
<path>Models/Maritime/Civilian/CruiseShip.xml</path>
|
|
|
|
<coverage-m2>5000000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
|
|
|
<object-group>
|
|
|
|
<range-m>40000</range-m>
|
|
|
|
<object>
|
|
|
|
<path>Models/Maritime/Civilian/MPPShip.xml</path>
|
|
|
|
<coverage-m2>5000000000</coverage-m2>
|
|
|
|
<heading-type>random</heading-type>
|
|
|
|
</object>
|
|
|
|
</object-group>
|
|
|
|
<ambient>
|
|
|
|
<r>0.0</r>
|
|
|
|
<g>0.0</g>
|
|
|
|
<b>0.0</b>
|
|
|
|
<a>1.0</a>
|
|
|
|
</ambient>
|
|
|
|
<diffuse>
|
|
|
|
<r>0.4</r>
|
|
|
|
<g>0.4</g>
|
|
|
|
<b>0.4</b>
|
|
|
|
<a>1.0</a>
|
|
|
|
</diffuse>
|
|
|
|
<specular>
|
|
|
|
<r>0.0</r>
|
|
|
|
<g>0.0</g>
|
|
|
|
<b>0.2</b>
|
|
|
|
<a>1.0</a>
|
|
|
|
</specular>
|
|
|
|
<shininess>0</shininess>
|
|
|
|
<solid>0</solid>
|
|
|
|
<rolling-friction>2</rolling-friction>
|
|
|
|
<bumpiness>0.8</bumpiness>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
|
|
|
|
<material>
|
2008-02-16 22:34:51 +00:00
|
|
|
<name>BarrenCover</name>
|
|
|
|
<name>Lava</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/rock.png</texture>
|
2008-02-16 22:34:51 +00:00
|
|
|
<xsize>500</xsize>
|
|
|
|
<ysize>500</ysize>
|
|
|
|
<solid>1</solid>
|
|
|
|
<friction-factor>0.9</friction-factor>
|
|
|
|
<rolling-friction>0.1</rolling-friction>
|
|
|
|
<bumpiness>0.3</bumpiness>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>Freeway</name>
|
|
|
|
<name>Road</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/asphalt.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<xsize>400</xsize>
|
|
|
|
<ysize>400</ysize>
|
|
|
|
<light-coverage>10000.0</light-coverage>
|
2006-06-11 13:38:45 +00:00
|
|
|
<solid>1</solid>
|
|
|
|
<friction-factor>1.0</friction-factor>
|
|
|
|
<rolling-friction>0.02</rolling-friction>
|
|
|
|
<bumpiness>0.01</bumpiness>
|
2007-05-13 11:53:46 +00:00
|
|
|
<load-resistance>1e10</load-resistance>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>Railroad</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Terrain/gravel.png</texture>
|
2001-12-28 22:37:57 +00:00
|
|
|
<xsize>400</xsize>
|
|
|
|
<ysize>400</ysize>
|
|
|
|
<light-coverage>1000000.0</light-coverage>
|
2006-06-11 13:38:45 +00:00
|
|
|
<solid>1</solid>
|
|
|
|
<friction-factor>0.5</friction-factor>
|
2004-04-13 11:35:39 +00:00
|
|
|
<rolling-friction>0.04</rolling-friction>
|
2004-11-30 09:09:04 +00:00
|
|
|
<bumpiness>0.5</bumpiness>
|
2007-05-13 11:53:46 +00:00
|
|
|
<load-resistance>1e10</load-resistance>
|
2001-12-28 22:37:57 +00:00
|
|
|
</material>
|
|
|
|
|
2006-04-09 19:33:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
<!-- runway and taxiway signs -->
|
|
|
|
|
|
|
|
|
2006-04-20 15:53:57 +00:00
|
|
|
<material>
|
|
|
|
<name>YellowSign.unlighted</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Signs/yellow.png</texture>
|
2006-04-20 15:53:57 +00:00
|
|
|
<emissive>
|
|
|
|
<r>0.4</r>
|
|
|
|
<g>0.4</g>
|
|
|
|
<b>0.4</b>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
2006-04-09 19:33:28 +00:00
|
|
|
<material>
|
|
|
|
<name>YellowSign</name>
|
2006-04-20 15:53:57 +00:00
|
|
|
<name>YellowSign.lighted</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Signs/yellow.png</texture>
|
2006-04-09 19:33:28 +00:00
|
|
|
<emissive>
|
2006-04-10 15:40:11 +00:00
|
|
|
<r>0.9</r>
|
|
|
|
<g>0.9</g>
|
|
|
|
<b>0.9</b>
|
2006-04-09 19:33:28 +00:00
|
|
|
</emissive>
|
2006-04-10 15:40:11 +00:00
|
|
|
<xsize>4096</xsize>
|
|
|
|
<ysize>128</ysize>
|
2008-02-13 19:06:46 +00:00
|
|
|
<glyph> <name>*</name> <left>0.00439</left> <right>0.01758</right> </glyph>
|
2006-04-09 19:33:28 +00:00
|
|
|
<glyph> <name>_</name> <left>0.01392</left> <right>0.02148</right> </glyph>
|
|
|
|
<glyph> <name>-</name> <left>0.01758</left> <right>0.03418</right> </glyph>
|
|
|
|
<glyph> <name>A</name> <left>0.03418</left> <right>0.05469</right> </glyph>
|
|
|
|
<glyph> <name>B</name> <left>0.05469</left> <right>0.07178</right> </glyph>
|
|
|
|
<glyph> <name>C</name> <left>0.07178</left> <right>0.08789</right> </glyph>
|
|
|
|
<glyph> <name>D</name> <left>0.08789</left> <right>0.10474</right> </glyph>
|
|
|
|
<glyph> <name>E</name> <left>0.10474</left> <right>0.12085</right> </glyph>
|
|
|
|
<glyph> <name>F</name> <left>0.12085</left> <right>0.13721</right> </glyph>
|
|
|
|
<glyph> <name>G</name> <left>0.13721</left> <right>0.15308</right> </glyph>
|
|
|
|
<glyph> <name>H</name> <left>0.15308</left> <right>0.17017</right> </glyph>
|
|
|
|
<glyph> <name>I</name> <left>0.17017</left> <right>0.17700</right> </glyph>
|
|
|
|
<glyph> <name>J</name> <left>0.17700</left> <right>0.19263</right> </glyph>
|
|
|
|
<glyph> <name>K</name> <left>0.19263</left> <right>0.20997</right> </glyph>
|
|
|
|
<glyph> <name>L</name> <left>0.20997</left> <right>0.22559</right> </glyph>
|
|
|
|
<glyph> <name>M</name> <left>0.22559</left> <right>0.24488</right> </glyph>
|
|
|
|
<glyph> <name>N</name> <left>0.24488</left> <right>0.26221</right> </glyph>
|
|
|
|
<glyph> <name>O</name> <left>0.26221</left> <right>0.27930</right> </glyph>
|
|
|
|
<glyph> <name>P</name> <left>0.27930</left> <right>0.29663</right> </glyph>
|
|
|
|
<glyph> <name>Q</name> <left>0.29663</left> <right>0.31421</right> </glyph>
|
|
|
|
<glyph> <name>R</name> <left>0.31421</left> <right>0.33130</right> </glyph>
|
|
|
|
<glyph> <name>S</name> <left>0.33130</left> <right>0.34741</right> </glyph>
|
|
|
|
<glyph> <name>T</name> <left>0.34741</left> <right>0.36304</right> </glyph>
|
|
|
|
<glyph> <name>U</name> <left>0.36304</left> <right>0.38013</right> </glyph>
|
|
|
|
<glyph> <name>V</name> <left>0.38013</left> <right>0.39893</right> </glyph>
|
|
|
|
<glyph> <name>W</name> <left>0.39893</left> <right>0.41968</right> </glyph>
|
|
|
|
<glyph> <name>X</name> <left>0.41968</left> <right>0.43628</right> </glyph>
|
|
|
|
<glyph> <name>Y</name> <left>0.43628</left> <right>0.45752</right> </glyph>
|
|
|
|
<glyph> <name>Z</name> <left>0.45752</left> <right>0.47412</right> </glyph>
|
|
|
|
<glyph> <name>0</name> <left>0.47412</left> <right>0.49097</right> </glyph>
|
|
|
|
<glyph> <name>1</name> <left>0.49097</left> <right>0.50024</right> </glyph>
|
|
|
|
<glyph> <name>2</name> <left>0.50024</left> <right>0.51709</right> </glyph>
|
|
|
|
<glyph> <name>3</name> <left>0.51709</left> <right>0.53370</right> </glyph>
|
|
|
|
<glyph> <name>4</name> <left>0.53370</left> <right>0.55176</right> </glyph>
|
|
|
|
<glyph> <name>5</name> <left>0.55176</left> <right>0.56860</right> </glyph>
|
|
|
|
<glyph> <name>6</name> <left>0.56860</left> <right>0.58570</right> </glyph>
|
|
|
|
<glyph> <name>7</name> <left>0.58570</left> <right>0.60254</right> </glyph>
|
|
|
|
<glyph> <name>8</name> <left>0.60254</left> <right>0.61914</right> </glyph>
|
|
|
|
<glyph> <name>9</name> <left>0.61914</left> <right>0.63672</right> </glyph>
|
2006-04-11 15:58:32 +00:00
|
|
|
<glyph> <name>t0</name> <left>0.63672</left> <right>0.65137</right> </glyph>
|
|
|
|
<glyph> <name>t1</name> <left>0.65137</left> <right>0.65918</right> </glyph>
|
|
|
|
<glyph> <name>t2</name> <left>0.65918</left> <right>0.67334</right> </glyph>
|
|
|
|
<glyph> <name>t3</name> <left>0.67334</left> <right>0.68726</right> </glyph>
|
|
|
|
<glyph> <name>t4</name> <left>0.68726</left> <right>0.70288</right> </glyph>
|
|
|
|
<glyph> <name>t5</name> <left>0.70288</left> <right>0.71680</right> </glyph>
|
|
|
|
<glyph> <name>t6</name> <left>0.71680</left> <right>0.73120</right> </glyph>
|
|
|
|
<glyph> <name>t7</name> <left>0.73120</left> <right>0.74634</right> </glyph>
|
|
|
|
<glyph> <name>t8</name> <left>0.74634</left> <right>0.76001</right> </glyph>
|
|
|
|
<glyph> <name>t9</name> <left>0.76001</left> <right>0.77441</right> </glyph>
|
2008-02-13 19:06:46 +00:00
|
|
|
<glyph> <name>^u</name> <left>0.77441</left> <right>0.79200</right> </glyph>
|
|
|
|
<glyph> <name>^d</name> <left>0.79200</left> <right>0.81006</right> </glyph>
|
|
|
|
<glyph> <name>^l</name> <left>0.81006</left> <right>0.83276</right> </glyph>
|
|
|
|
<glyph> <name>^r</name> <left>0.83276</left> <right>0.85571</right> </glyph>
|
|
|
|
<glyph> <name>^lu</name> <left>0.85571</left> <right>0.87573</right> </glyph>
|
|
|
|
<glyph> <name>^ru</name> <left>0.87573</left> <right>0.89527</right> </glyph>
|
|
|
|
<glyph> <name>^ld</name> <left>0.89527</left> <right>0.91529</right> </glyph>
|
|
|
|
<glyph> <name>^rd</name> <left>0.91529</left> <right>0.93457</right> </glyph>
|
2006-04-11 15:58:32 +00:00
|
|
|
<glyph> <name>|</name> <left>0.97974</left> <right>0.98926</right> </glyph>
|
|
|
|
<glyph> <name>start-frame</name><left>0.98462</left> <right>0.98926</right> </glyph>
|
|
|
|
<glyph> <name>stop-frame</name> <left>0.99390</left> <right>0.99854</right> </glyph>
|
2006-04-09 19:33:28 +00:00
|
|
|
</material>
|
|
|
|
|
2006-04-20 15:53:57 +00:00
|
|
|
<material>
|
|
|
|
<name>RedSign.unlighted</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Signs/red.png</texture>
|
2006-04-20 15:53:57 +00:00
|
|
|
<emissive>
|
|
|
|
<r>0.4</r>
|
|
|
|
<g>0.4</g>
|
|
|
|
<b>0.4</b>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
2006-04-09 19:33:28 +00:00
|
|
|
<material>
|
|
|
|
<name>RedSign</name>
|
2006-04-20 15:53:57 +00:00
|
|
|
<name>RedSign.lighted</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Signs/red.png</texture>
|
2006-04-09 19:33:28 +00:00
|
|
|
<emissive>
|
2006-04-20 15:53:57 +00:00
|
|
|
<r>0.9</r>
|
|
|
|
<g>0.9</g>
|
|
|
|
<b>0.9</b>
|
2006-04-09 19:33:28 +00:00
|
|
|
</emissive>
|
2006-04-10 15:40:11 +00:00
|
|
|
<xsize>4096</xsize>
|
|
|
|
<ysize>128</ysize>
|
|
|
|
<glyph> <name>|</name> <left>0.00000</left> <right>0.00244</right> </glyph>
|
2008-02-13 19:06:46 +00:00
|
|
|
<glyph> <name>*</name> <left>0.00439</left> <right>0.01758</right> </glyph>
|
2006-04-09 19:33:28 +00:00
|
|
|
<glyph> <name>_</name> <left>0.01392</left> <right>0.02148</right> </glyph>
|
|
|
|
<glyph> <name>-</name> <left>0.01758</left> <right>0.03418</right> </glyph>
|
|
|
|
<glyph> <name>A</name> <left>0.03418</left> <right>0.05469</right> </glyph>
|
|
|
|
<glyph> <name>B</name> <left>0.05469</left> <right>0.07178</right> </glyph>
|
|
|
|
<glyph> <name>C</name> <left>0.07178</left> <right>0.08789</right> </glyph>
|
|
|
|
<glyph> <name>D</name> <left>0.08789</left> <right>0.10474</right> </glyph>
|
|
|
|
<glyph> <name>E</name> <left>0.10474</left> <right>0.12085</right> </glyph>
|
|
|
|
<glyph> <name>F</name> <left>0.12085</left> <right>0.13721</right> </glyph>
|
|
|
|
<glyph> <name>G</name> <left>0.13721</left> <right>0.15308</right> </glyph>
|
|
|
|
<glyph> <name>H</name> <left>0.15308</left> <right>0.17017</right> </glyph>
|
|
|
|
<glyph> <name>I</name> <left>0.17017</left> <right>0.17700</right> </glyph>
|
|
|
|
<glyph> <name>J</name> <left>0.17700</left> <right>0.19263</right> </glyph>
|
|
|
|
<glyph> <name>K</name> <left>0.19263</left> <right>0.20997</right> </glyph>
|
|
|
|
<glyph> <name>L</name> <left>0.20997</left> <right>0.22559</right> </glyph>
|
|
|
|
<glyph> <name>M</name> <left>0.22559</left> <right>0.24488</right> </glyph>
|
|
|
|
<glyph> <name>N</name> <left>0.24488</left> <right>0.26221</right> </glyph>
|
|
|
|
<glyph> <name>O</name> <left>0.26221</left> <right>0.27930</right> </glyph>
|
|
|
|
<glyph> <name>P</name> <left>0.27930</left> <right>0.29663</right> </glyph>
|
|
|
|
<glyph> <name>Q</name> <left>0.29663</left> <right>0.31421</right> </glyph>
|
|
|
|
<glyph> <name>R</name> <left>0.31421</left> <right>0.33130</right> </glyph>
|
|
|
|
<glyph> <name>S</name> <left>0.33130</left> <right>0.34741</right> </glyph>
|
|
|
|
<glyph> <name>T</name> <left>0.34741</left> <right>0.36304</right> </glyph>
|
|
|
|
<glyph> <name>U</name> <left>0.36304</left> <right>0.38013</right> </glyph>
|
|
|
|
<glyph> <name>V</name> <left>0.38013</left> <right>0.39893</right> </glyph>
|
|
|
|
<glyph> <name>W</name> <left>0.39893</left> <right>0.41968</right> </glyph>
|
|
|
|
<glyph> <name>X</name> <left>0.41968</left> <right>0.43628</right> </glyph>
|
|
|
|
<glyph> <name>Y</name> <left>0.43628</left> <right>0.45752</right> </glyph>
|
|
|
|
<glyph> <name>Z</name> <left>0.45752</left> <right>0.47412</right> </glyph>
|
|
|
|
<glyph> <name>0</name> <left>0.47412</left> <right>0.49097</right> </glyph>
|
|
|
|
<glyph> <name>1</name> <left>0.49097</left> <right>0.50024</right> </glyph>
|
|
|
|
<glyph> <name>2</name> <left>0.50024</left> <right>0.51709</right> </glyph>
|
|
|
|
<glyph> <name>3</name> <left>0.51709</left> <right>0.53370</right> </glyph>
|
|
|
|
<glyph> <name>4</name> <left>0.53370</left> <right>0.55176</right> </glyph>
|
|
|
|
<glyph> <name>5</name> <left>0.55176</left> <right>0.56860</right> </glyph>
|
|
|
|
<glyph> <name>6</name> <left>0.56860</left> <right>0.58570</right> </glyph>
|
|
|
|
<glyph> <name>7</name> <left>0.58570</left> <right>0.60254</right> </glyph>
|
|
|
|
<glyph> <name>8</name> <left>0.60254</left> <right>0.61914</right> </glyph>
|
|
|
|
<glyph> <name>9</name> <left>0.61914</left> <right>0.63672</right> </glyph>
|
2006-04-11 15:58:32 +00:00
|
|
|
<glyph> <name>t0</name> <left>0.63672</left> <right>0.65137</right> </glyph>
|
|
|
|
<glyph> <name>t1</name> <left>0.65137</left> <right>0.65918</right> </glyph>
|
|
|
|
<glyph> <name>t2</name> <left>0.65918</left> <right>0.67334</right> </glyph>
|
|
|
|
<glyph> <name>t3</name> <left>0.67334</left> <right>0.68726</right> </glyph>
|
|
|
|
<glyph> <name>t4</name> <left>0.68726</left> <right>0.70288</right> </glyph>
|
|
|
|
<glyph> <name>t5</name> <left>0.70288</left> <right>0.71680</right> </glyph>
|
|
|
|
<glyph> <name>t6</name> <left>0.71680</left> <right>0.73120</right> </glyph>
|
|
|
|
<glyph> <name>t7</name> <left>0.73120</left> <right>0.74634</right> </glyph>
|
|
|
|
<glyph> <name>t8</name> <left>0.74634</left> <right>0.76001</right> </glyph>
|
|
|
|
<glyph> <name>t9</name> <left>0.76001</left> <right>0.77441</right> </glyph>
|
2008-02-13 19:06:46 +00:00
|
|
|
<glyph> <name>^u</name> <left>0.77441</left> <right>0.79200</right> </glyph>
|
|
|
|
<glyph> <name>^d</name> <left>0.79200</left> <right>0.81006</right> </glyph>
|
|
|
|
<glyph> <name>^l</name> <left>0.81006</left> <right>0.83276</right> </glyph>
|
|
|
|
<glyph> <name>^r</name> <left>0.83276</left> <right>0.85571</right> </glyph>
|
|
|
|
<glyph> <name>^lu</name> <left>0.85571</left> <right>0.87573</right> </glyph>
|
|
|
|
<glyph> <name>^ru</name> <left>0.87573</left> <right>0.89527</right> </glyph>
|
|
|
|
<glyph> <name>^ld</name> <left>0.89527</left> <right>0.91529</right> </glyph>
|
|
|
|
<glyph> <name>^rd</name> <left>0.91529</left> <right>0.93457</right> </glyph>
|
2007-05-13 09:38:36 +00:00
|
|
|
<glyph> <name>no-entry</name> <left>0.93872</left> <right>0.96997</right> </glyph>
|
2006-04-11 15:58:32 +00:00
|
|
|
<glyph> <name>start-frame</name><left>0.98462</left> <right>0.98926</right> </glyph>
|
|
|
|
<glyph> <name>stop-frame</name> <left>0.99390</left> <right>0.99854</right> </glyph>
|
2006-04-09 19:33:28 +00:00
|
|
|
</material>
|
|
|
|
|
2006-04-20 15:53:57 +00:00
|
|
|
<material>
|
|
|
|
<name>BlackSign.unlighted</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Signs/black.png</texture>
|
2006-04-20 15:53:57 +00:00
|
|
|
<emissive>
|
|
|
|
<r>0.4</r>
|
|
|
|
<g>0.4</g>
|
|
|
|
<b>0.4</b>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
2006-04-09 19:33:28 +00:00
|
|
|
<material>
|
|
|
|
<name>BlackSign</name>
|
2006-04-20 15:53:57 +00:00
|
|
|
<name>BlackSign.lighted</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Signs/black.png</texture>
|
2006-04-09 19:33:28 +00:00
|
|
|
<emissive>
|
2006-04-20 15:53:57 +00:00
|
|
|
<r>0.9</r>
|
|
|
|
<g>0.9</g>
|
|
|
|
<b>0.9</b>
|
2006-04-09 19:33:28 +00:00
|
|
|
</emissive>
|
2006-04-10 15:40:11 +00:00
|
|
|
<xsize>4096</xsize>
|
|
|
|
<ysize>128</ysize>
|
|
|
|
<glyph> <name>|</name> <left>0.00000</left> <right>0.00244</right> </glyph>
|
2008-02-13 19:06:46 +00:00
|
|
|
<glyph> <name>*</name> <left>0.00439</left> <right>0.01758</right> </glyph>
|
2006-04-09 19:33:28 +00:00
|
|
|
<glyph> <name>_</name> <left>0.01392</left> <right>0.02148</right> </glyph>
|
|
|
|
<glyph> <name>-</name> <left>0.01758</left> <right>0.03418</right> </glyph>
|
|
|
|
<glyph> <name>A</name> <left>0.03418</left> <right>0.05469</right> </glyph>
|
|
|
|
<glyph> <name>B</name> <left>0.05469</left> <right>0.07178</right> </glyph>
|
|
|
|
<glyph> <name>C</name> <left>0.07178</left> <right>0.08789</right> </glyph>
|
|
|
|
<glyph> <name>D</name> <left>0.08789</left> <right>0.10474</right> </glyph>
|
|
|
|
<glyph> <name>E</name> <left>0.10474</left> <right>0.12085</right> </glyph>
|
|
|
|
<glyph> <name>F</name> <left>0.12085</left> <right>0.13721</right> </glyph>
|
|
|
|
<glyph> <name>G</name> <left>0.13721</left> <right>0.15308</right> </glyph>
|
|
|
|
<glyph> <name>H</name> <left>0.15308</left> <right>0.17017</right> </glyph>
|
|
|
|
<glyph> <name>I</name> <left>0.17017</left> <right>0.17700</right> </glyph>
|
|
|
|
<glyph> <name>J</name> <left>0.17700</left> <right>0.19263</right> </glyph>
|
|
|
|
<glyph> <name>K</name> <left>0.19263</left> <right>0.20997</right> </glyph>
|
|
|
|
<glyph> <name>L</name> <left>0.20997</left> <right>0.22559</right> </glyph>
|
|
|
|
<glyph> <name>M</name> <left>0.22559</left> <right>0.24488</right> </glyph>
|
|
|
|
<glyph> <name>N</name> <left>0.24488</left> <right>0.26221</right> </glyph>
|
|
|
|
<glyph> <name>O</name> <left>0.26221</left> <right>0.27930</right> </glyph>
|
|
|
|
<glyph> <name>P</name> <left>0.27930</left> <right>0.29663</right> </glyph>
|
|
|
|
<glyph> <name>Q</name> <left>0.29663</left> <right>0.31421</right> </glyph>
|
|
|
|
<glyph> <name>R</name> <left>0.31421</left> <right>0.33130</right> </glyph>
|
|
|
|
<glyph> <name>S</name> <left>0.33130</left> <right>0.34741</right> </glyph>
|
|
|
|
<glyph> <name>T</name> <left>0.34741</left> <right>0.36304</right> </glyph>
|
|
|
|
<glyph> <name>U</name> <left>0.36304</left> <right>0.38013</right> </glyph>
|
|
|
|
<glyph> <name>V</name> <left>0.38013</left> <right>0.39893</right> </glyph>
|
|
|
|
<glyph> <name>W</name> <left>0.39893</left> <right>0.41968</right> </glyph>
|
|
|
|
<glyph> <name>X</name> <left>0.41968</left> <right>0.43628</right> </glyph>
|
|
|
|
<glyph> <name>Y</name> <left>0.43628</left> <right>0.45752</right> </glyph>
|
|
|
|
<glyph> <name>Z</name> <left>0.45752</left> <right>0.47412</right> </glyph>
|
2006-04-11 15:58:32 +00:00
|
|
|
<glyph> <name>n0</name> <left>0.47412</left> <right>0.49097</right> </glyph>
|
|
|
|
<glyph> <name>n1</name> <left>0.49097</left> <right>0.50024</right> </glyph>
|
|
|
|
<glyph> <name>n2</name> <left>0.50024</left> <right>0.51709</right> </glyph>
|
|
|
|
<glyph> <name>n3</name> <left>0.51709</left> <right>0.53370</right> </glyph>
|
|
|
|
<glyph> <name>n4</name> <left>0.53370</left> <right>0.55176</right> </glyph>
|
|
|
|
<glyph> <name>n5</name> <left>0.55176</left> <right>0.56860</right> </glyph>
|
|
|
|
<glyph> <name>n6</name> <left>0.56860</left> <right>0.58570</right> </glyph>
|
|
|
|
<glyph> <name>n7</name> <left>0.58570</left> <right>0.60254</right> </glyph>
|
|
|
|
<glyph> <name>n8</name> <left>0.60254</left> <right>0.61914</right> </glyph>
|
|
|
|
<glyph> <name>n9</name> <left>0.61914</left> <right>0.63672</right> </glyph>
|
|
|
|
<glyph> <name>0</name> <left>0.63672</left> <right>0.65137</right> </glyph>
|
|
|
|
<glyph> <name>1</name> <left>0.65137</left> <right>0.65918</right> </glyph>
|
|
|
|
<glyph> <name>2</name> <left>0.65918</left> <right>0.67334</right> </glyph>
|
|
|
|
<glyph> <name>3</name> <left>0.67334</left> <right>0.68726</right> </glyph>
|
|
|
|
<glyph> <name>4</name> <left>0.68726</left> <right>0.70288</right> </glyph>
|
|
|
|
<glyph> <name>5</name> <left>0.70288</left> <right>0.71680</right> </glyph>
|
|
|
|
<glyph> <name>6</name> <left>0.71680</left> <right>0.73120</right> </glyph>
|
|
|
|
<glyph> <name>7</name> <left>0.73120</left> <right>0.74634</right> </glyph>
|
|
|
|
<glyph> <name>8</name> <left>0.74634</left> <right>0.76001</right> </glyph>
|
|
|
|
<glyph> <name>9</name> <left>0.76001</left> <right>0.77441</right> </glyph>
|
2008-02-13 19:06:46 +00:00
|
|
|
<glyph> <name>^u</name> <left>0.77441</left> <right>0.79200</right> </glyph>
|
|
|
|
<glyph> <name>^d</name> <left>0.79200</left> <right>0.81006</right> </glyph>
|
|
|
|
<glyph> <name>^l</name> <left>0.81006</left> <right>0.83276</right> </glyph>
|
|
|
|
<glyph> <name>^r</name> <left>0.83276</left> <right>0.85571</right> </glyph>
|
|
|
|
<glyph> <name>^lu</name> <left>0.85571</left> <right>0.87573</right> </glyph>
|
|
|
|
<glyph> <name>^ru</name> <left>0.87573</left> <right>0.89527</right> </glyph>
|
|
|
|
<glyph> <name>^ld</name> <left>0.89527</left> <right>0.91529</right> </glyph>
|
|
|
|
<glyph> <name>^rd</name> <left>0.91529</left> <right>0.93457</right> </glyph>
|
2006-04-11 15:58:32 +00:00
|
|
|
<glyph> <name>start-frame</name><left>0.98462</left> <right>0.98926</right> </glyph>
|
|
|
|
<glyph> <name>stop-frame</name> <left>0.99390</left> <right>0.99854</right> </glyph>
|
2006-04-09 19:33:28 +00:00
|
|
|
</material>
|
|
|
|
|
2006-04-20 15:53:57 +00:00
|
|
|
<material>
|
|
|
|
<name>FramedSign.unlighted</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Signs/framed.png</texture>
|
2006-04-20 15:53:57 +00:00
|
|
|
<emissive>
|
|
|
|
<r>0.4</r>
|
|
|
|
<g>0.4</g>
|
|
|
|
<b>0.4</b>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
2006-04-09 19:33:28 +00:00
|
|
|
<material>
|
|
|
|
<name>FramedSign</name>
|
2006-04-20 15:53:57 +00:00
|
|
|
<name>FramedSign.lighted</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Signs/framed.png</texture>
|
2006-04-09 19:33:28 +00:00
|
|
|
<emissive>
|
2006-04-10 15:40:11 +00:00
|
|
|
<r>0.9</r>
|
|
|
|
<g>0.9</g>
|
|
|
|
<b>0.9</b>
|
2006-04-09 19:33:28 +00:00
|
|
|
</emissive>
|
2006-04-10 15:40:11 +00:00
|
|
|
<xsize>4096</xsize>
|
|
|
|
<ysize>128</ysize>
|
|
|
|
<glyph> <name>|</name> <left>0.00000</left> <right>0.00244</right> </glyph>
|
2008-02-13 19:06:46 +00:00
|
|
|
<glyph> <name>*</name> <left>0.00439</left> <right>0.01758</right> </glyph>
|
2006-04-09 19:33:28 +00:00
|
|
|
<glyph> <name>_</name> <left>0.01392</left> <right>0.02148</right> </glyph>
|
|
|
|
<glyph> <name>-</name> <left>0.01758</left> <right>0.03418</right> </glyph>
|
|
|
|
<glyph> <name>A</name> <left>0.03418</left> <right>0.05469</right> </glyph>
|
|
|
|
<glyph> <name>B</name> <left>0.05469</left> <right>0.07178</right> </glyph>
|
|
|
|
<glyph> <name>C</name> <left>0.07178</left> <right>0.08789</right> </glyph>
|
|
|
|
<glyph> <name>D</name> <left>0.08789</left> <right>0.10474</right> </glyph>
|
|
|
|
<glyph> <name>E</name> <left>0.10474</left> <right>0.12085</right> </glyph>
|
|
|
|
<glyph> <name>F</name> <left>0.12085</left> <right>0.13721</right> </glyph>
|
|
|
|
<glyph> <name>G</name> <left>0.13721</left> <right>0.15308</right> </glyph>
|
|
|
|
<glyph> <name>H</name> <left>0.15308</left> <right>0.17017</right> </glyph>
|
|
|
|
<glyph> <name>I</name> <left>0.17017</left> <right>0.17700</right> </glyph>
|
|
|
|
<glyph> <name>J</name> <left>0.17700</left> <right>0.19263</right> </glyph>
|
|
|
|
<glyph> <name>K</name> <left>0.19263</left> <right>0.20997</right> </glyph>
|
|
|
|
<glyph> <name>L</name> <left>0.20997</left> <right>0.22559</right> </glyph>
|
|
|
|
<glyph> <name>M</name> <left>0.22559</left> <right>0.24488</right> </glyph>
|
|
|
|
<glyph> <name>N</name> <left>0.24488</left> <right>0.26221</right> </glyph>
|
|
|
|
<glyph> <name>O</name> <left>0.26221</left> <right>0.27930</right> </glyph>
|
|
|
|
<glyph> <name>P</name> <left>0.27930</left> <right>0.29663</right> </glyph>
|
|
|
|
<glyph> <name>Q</name> <left>0.29663</left> <right>0.31421</right> </glyph>
|
|
|
|
<glyph> <name>R</name> <left>0.31421</left> <right>0.33130</right> </glyph>
|
|
|
|
<glyph> <name>S</name> <left>0.33130</left> <right>0.34741</right> </glyph>
|
|
|
|
<glyph> <name>T</name> <left>0.34741</left> <right>0.36304</right> </glyph>
|
|
|
|
<glyph> <name>U</name> <left>0.36304</left> <right>0.38013</right> </glyph>
|
|
|
|
<glyph> <name>V</name> <left>0.38013</left> <right>0.39893</right> </glyph>
|
|
|
|
<glyph> <name>W</name> <left>0.39893</left> <right>0.41968</right> </glyph>
|
|
|
|
<glyph> <name>X</name> <left>0.41968</left> <right>0.43628</right> </glyph>
|
|
|
|
<glyph> <name>Y</name> <left>0.43628</left> <right>0.45752</right> </glyph>
|
|
|
|
<glyph> <name>Z</name> <left>0.45752</left> <right>0.47412</right> </glyph>
|
|
|
|
<glyph> <name>0</name> <left>0.47412</left> <right>0.49097</right> </glyph>
|
|
|
|
<glyph> <name>1</name> <left>0.49097</left> <right>0.50024</right> </glyph>
|
|
|
|
<glyph> <name>2</name> <left>0.50024</left> <right>0.51709</right> </glyph>
|
|
|
|
<glyph> <name>3</name> <left>0.51709</left> <right>0.53370</right> </glyph>
|
|
|
|
<glyph> <name>4</name> <left>0.53370</left> <right>0.55176</right> </glyph>
|
|
|
|
<glyph> <name>5</name> <left>0.55176</left> <right>0.56860</right> </glyph>
|
|
|
|
<glyph> <name>6</name> <left>0.56860</left> <right>0.58570</right> </glyph>
|
|
|
|
<glyph> <name>7</name> <left>0.58570</left> <right>0.60254</right> </glyph>
|
|
|
|
<glyph> <name>8</name> <left>0.60254</left> <right>0.61914</right> </glyph>
|
|
|
|
<glyph> <name>9</name> <left>0.61914</left> <right>0.63672</right> </glyph>
|
2006-04-11 15:58:32 +00:00
|
|
|
<glyph> <name>t0</name> <left>0.63672</left> <right>0.65137</right> </glyph>
|
|
|
|
<glyph> <name>t1</name> <left>0.65137</left> <right>0.65918</right> </glyph>
|
|
|
|
<glyph> <name>t2</name> <left>0.65918</left> <right>0.67334</right> </glyph>
|
|
|
|
<glyph> <name>t3</name> <left>0.67334</left> <right>0.68726</right> </glyph>
|
|
|
|
<glyph> <name>t4</name> <left>0.68726</left> <right>0.70288</right> </glyph>
|
|
|
|
<glyph> <name>t5</name> <left>0.70288</left> <right>0.71680</right> </glyph>
|
|
|
|
<glyph> <name>t6</name> <left>0.71680</left> <right>0.73120</right> </glyph>
|
|
|
|
<glyph> <name>t7</name> <left>0.73120</left> <right>0.74634</right> </glyph>
|
|
|
|
<glyph> <name>t8</name> <left>0.74634</left> <right>0.76001</right> </glyph>
|
|
|
|
<glyph> <name>t9</name> <left>0.76001</left> <right>0.77441</right> </glyph>
|
2008-02-13 19:06:46 +00:00
|
|
|
<glyph> <name>^u</name> <left>0.77441</left> <right>0.79200</right> </glyph>
|
|
|
|
<glyph> <name>^d</name> <left>0.79200</left> <right>0.81006</right> </glyph>
|
|
|
|
<glyph> <name>^l</name> <left>0.81006</left> <right>0.83276</right> </glyph>
|
|
|
|
<glyph> <name>^r</name> <left>0.83276</left> <right>0.85571</right> </glyph>
|
|
|
|
<glyph> <name>^lu</name> <left>0.85571</left> <right>0.87573</right> </glyph>
|
|
|
|
<glyph> <name>^ru</name> <left>0.87573</left> <right>0.89527</right> </glyph>
|
|
|
|
<glyph> <name>^ld</name> <left>0.89527</left> <right>0.91529</right> </glyph>
|
|
|
|
<glyph> <name>^rd</name> <left>0.91529</left> <right>0.93457</right> </glyph>
|
2006-04-16 21:28:04 +00:00
|
|
|
<glyph> <name>start-frame</name><left>0.98389</left> <right>0.98926</right> </glyph>
|
|
|
|
<glyph> <name>stop-frame</name> <left>0.99390</left> <right>0.99976</right> </glyph>
|
2006-04-09 19:33:28 +00:00
|
|
|
</material>
|
|
|
|
|
2006-04-20 15:53:57 +00:00
|
|
|
<material>
|
|
|
|
<name>RunwaySign.unlighted</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Signs/yellow_rwy.png</texture>
|
2006-04-20 15:53:57 +00:00
|
|
|
<emissive>
|
|
|
|
<r>0.4</r>
|
|
|
|
<g>0.4</g>
|
|
|
|
<b>0.4</b>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
2006-04-16 17:24:32 +00:00
|
|
|
<material>
|
|
|
|
<name>RunwaySign</name>
|
2006-04-20 15:53:57 +00:00
|
|
|
<name>RunwaySign.lighted</name>
|
2008-10-14 00:55:22 +00:00
|
|
|
<texture>Signs/yellow_rwy.png</texture>
|
2006-04-16 17:24:32 +00:00
|
|
|
<emissive>
|
|
|
|
<r>0.9</r>
|
|
|
|
<g>0.9</g>
|
|
|
|
<b>0.9</b>
|
|
|
|
</emissive>
|
|
|
|
<xsize>1024</xsize>
|
|
|
|
<ysize>128</ysize>
|
2008-01-20 15:14:47 +00:00
|
|
|
<glyph> <name>critical</name> <left>0.00000</left> <right>0.23633</right> </glyph>
|
|
|
|
<glyph> <name>safety</name> <left>0.24512</left> <right>0.73340</right> </glyph>
|
2006-04-16 17:24:32 +00:00
|
|
|
</material>
|
|
|
|
|
2007-05-28 05:07:49 +00:00
|
|
|
<material>
|
|
|
|
<name>RUNWAY_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.92157</r>
|
|
|
|
<g>0.92157</g>
|
|
|
|
<b>0.76471</b>
|
|
|
|
<a>1</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>RWY_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.92157</r>
|
|
|
|
<g>0.92157</g>
|
|
|
|
<b>0.76471</b>
|
|
|
|
<a>1</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>RWY_WHITE_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.92157</r>
|
|
|
|
<g>0.92157</g>
|
|
|
|
<b>0.76471</b>
|
|
|
|
<a>1</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>RWY_WHITE_MEDIUM_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.92157</r>
|
|
|
|
<g>0.92157</g>
|
|
|
|
<b>0.76471</b>
|
|
|
|
<a>0.80392</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>RWY_WHITE_LOW_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.92157</r>
|
|
|
|
<g>0.92157</g>
|
|
|
|
<b>0.76471</b>
|
|
|
|
<a>0.60784</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>RWY_SEQUENCED_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.92157</r>
|
|
|
|
<g>0.92157</g>
|
|
|
|
<b>0.76471</b>
|
|
|
|
<a>1</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>RWY_REIL_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.92157</r>
|
|
|
|
<g>0.92157</g>
|
|
|
|
<b>0.76471</b>
|
|
|
|
<a>1</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>RWY_YELLOW_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.92157</r>
|
|
|
|
<g>0.84314</g>
|
|
|
|
<b>0.078431</b>
|
|
|
|
<a>1</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>RWY_YELLOW_MEDIUM_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.92157</r>
|
|
|
|
<g>0.84314</g>
|
|
|
|
<b>0.078431</b>
|
|
|
|
<a>0.80392</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>RWY_YELLOW_LOW_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.92157</r>
|
|
|
|
<g>0.84314</g>
|
|
|
|
<b>0.078431</b>
|
|
|
|
<a>0.60784</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>RWY_RED_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.92157</r>
|
|
|
|
<g>0.35294</g>
|
|
|
|
<b>0.35294</b>
|
|
|
|
<a>1</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>RWY_RED_MEDIUM_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.92157</r>
|
|
|
|
<g>0.35294</g>
|
|
|
|
<b>0.35294</b>
|
|
|
|
<a>0.80392</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>RWY_RED_LOW_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.92157</r>
|
|
|
|
<g>0.35294</g>
|
|
|
|
<b>0.35294</b>
|
|
|
|
<a>0.60784</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>RWY_GREEN_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.078431</r>
|
|
|
|
<g>0.92157</g>
|
|
|
|
<b>0.078431</b>
|
|
|
|
<a>1</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>RWY_GREEN_MEDIUM_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.078431</r>
|
|
|
|
<g>0.92157</g>
|
|
|
|
<b>0.078431</b>
|
|
|
|
<a>0.80392</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>RWY_GREEN_LOW_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.078431</r>
|
|
|
|
<g>0.92157</g>
|
|
|
|
<b>0.078431</b>
|
|
|
|
<a>0.60784</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>RWY_GREEN_TAXIWAY_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.078431</r>
|
|
|
|
<g>0.92157</g>
|
|
|
|
<b>0.078431</b>
|
|
|
|
<a>0.60784</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>RWY_BLUE_TAXIWAY_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.35294</r>
|
|
|
|
<g>0.35294</g>
|
|
|
|
<b>0.92157</b>
|
|
|
|
<a>0.80392</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
|
|
|
<material>
|
|
|
|
<name>RWY_VASI_LIGHTS</name>
|
|
|
|
<emissive>
|
|
|
|
<r>0.92157</r>
|
|
|
|
<g>0.92157</g>
|
|
|
|
<b>0.76471</b>
|
|
|
|
<a>1.0</a>
|
|
|
|
</emissive>
|
|
|
|
</material>
|
|
|
|
|
2001-12-28 22:37:57 +00:00
|
|
|
</PropertyList>
|