36f975a91b
I was going through the Ai scenarios and see that some of them are not necessary. Also, I've added some documentation to the other scenarios. And I moved the thunderstorm over San Francisco, so you don't have to take off to see it. The files are attached.
29 lines
No EOL
607 B
XML
29 lines
No EOL
607 B
XML
<?xml version="1.0"?>
|
|
|
|
<!-- 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
|
|
-->
|
|
|
|
<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> |