2004-07-01 14:15:09 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
2005-04-29 07:57:24 +00:00
|
|
|
<!-- Notes:
|
|
|
|
|
|
|
|
This scenario puts a sailboat in the bay just east
|
|
|
|
of KSFO. The <rudder> tag works similarly to the
|
|
|
|
<bank> tag for AI aircraft, except that the ship will
|
|
|
|
turn but not bank (i.e. will not heel). Use small
|
|
|
|
values for <rudder> for best effect.
|
|
|
|
|
|
|
|
Dave Culp, davidculp2@comcast.net
|
|
|
|
-->
|
|
|
|
|
2004-07-01 14:15:09 +00:00
|
|
|
<PropertyList>
|
|
|
|
|
|
|
|
<scenario>
|
|
|
|
|
|
|
|
<entry>
|
|
|
|
<type>ship</type>
|
|
|
|
<model>Models/Geometry/sailboat.xml</model>
|
|
|
|
<latitude>37.63</latitude>
|
|
|
|
<longitude>-122.34</longitude>
|
|
|
|
<speed>6.0</speed>
|
|
|
|
<rudder>3.0</rudder>
|
|
|
|
</entry>
|
|
|
|
|
|
|
|
</scenario>
|
|
|
|
|
|
|
|
</PropertyList>
|