1
0
Fork 0
fgdata/Data/AI/thunderstorm_demo.xml
ehofman 36f975a91b David Culp:
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.
2005-04-29 07:57:24 +00:00

32 lines
779 B
XML

<?xml version="1.0"?>
<!-- Notes:
This scenario puts a thunderstorm over San Francisco
at 4000 feet MSL. The "waist" of the thunderstorm is at
4000 feet, with parts extending above and below it. The
storm is moving on a true heading of 100 degrees, at a
ground speed of 25 knots. AI thunderstorms do not (yet)
interact with the "user" airplane. It also does not
interact with terrain.
Dave Culp, davidculp2@comcast.net
-->
<PropertyList>
<scenario>
<entry>
<type>thunderstorm</type>
<model>Models/Geometry/thunderstorm.xml</model>
<latitude>37.7</latitude>
<longitude>-122.5</longitude>
<speed>25.0</speed>
<altitude>4000.0</altitude>
<heading>100.0</heading>
</entry>
</scenario>
</PropertyList>