David Culp:
OV10-jsbsim-set.xml has many changes. It creates a thunderstorm over woodside VOR. It removes the lowest cloud layer so that the storm can be seen. It sets the surface wind speed to zero, which may help stop the "drifting left" complaints. It sets the radar range to 40 miles. The weather radar instrument is corrected.
This commit is contained in:
parent
352ab0418a
commit
b8eebf3e0c
1 changed files with 10 additions and 10 deletions
|
@ -9,7 +9,7 @@
|
|||
<w>256</w>
|
||||
<h>256</h>
|
||||
<texture>
|
||||
<path>Aircraft/T38/Instruments/Textures/radar_background.rgb</path>
|
||||
<path>Aircraft/Instruments/Textures/radar_background.rgb</path>
|
||||
<x1>0</x1>
|
||||
<y1>0</y1>
|
||||
<x2>1</x2>
|
||||
|
@ -23,12 +23,12 @@
|
|||
<h>13</h>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>ai/models/aircraft[1]/radar/range-nm</property>
|
||||
<property>ai/models/thunderstorm[1]/radar/range-nm</property>
|
||||
<value>43</value>
|
||||
</less-than>
|
||||
</condition>
|
||||
<texture>
|
||||
<path>Aircraft/T38/Instruments/Textures/radar_misc.rgb</path>
|
||||
<path>Aircraft/Instruments/Textures/radar_misc.rgb</path>
|
||||
<x1>0.078125</x1>
|
||||
<y1>0.605468</y1>
|
||||
<x2>0.414062</x2>
|
||||
|
@ -37,17 +37,17 @@
|
|||
<transformations>
|
||||
<transformation>
|
||||
<type>x-shift</type>
|
||||
<property>ai/models/aircraft[1]/radar/x-shift</property>
|
||||
<property>ai/models/thunderstorm[1]/radar/x-shift</property>
|
||||
<scale>2.55</scale>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<property>ai/models/aircraft[1]/radar/y-shift</property>
|
||||
<property>ai/models/thunderstorm[1]/radar/y-shift</property>
|
||||
<scale>2.55</scale>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>rotation</type>
|
||||
<property>ai/models/aircraft[1]/radar/rotation</property>
|
||||
<property>ai/models/thunderstorm[1]/radar/rotation</property>
|
||||
<offset>-90</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
|
@ -58,7 +58,7 @@
|
|||
<w>256</w>
|
||||
<h>256</h>
|
||||
<texture>
|
||||
<path>Aircraft/T38/Instruments/Textures/radar_frame.rgb</path>
|
||||
<path>Aircraft/Instruments/Textures/radar_frame.rgb</path>
|
||||
<x1>0</x1>
|
||||
<y1>0</y1>
|
||||
<x2>1</x2>
|
||||
|
@ -77,7 +77,7 @@
|
|||
<w>22</w>
|
||||
<h>22</h>
|
||||
<texture>
|
||||
<path>Aircraft/T38/Instruments/Textures/radar_misc.rgb</path>
|
||||
<path>Aircraft/Instruments/Textures/radar_misc.rgb</path>
|
||||
<x1>0.0273437</x1>
|
||||
<y1>0.9101562</y1>
|
||||
<x2>0.0898437</x2>
|
||||
|
@ -110,7 +110,7 @@
|
|||
<w>22</w>
|
||||
<h>22</h>
|
||||
<texture>
|
||||
<path>Aircraft/T38/Instruments/Textures/radar_misc.rgb</path>
|
||||
<path>Aircraft/Instruments/Textures/radar_misc.rgb</path>
|
||||
<x1>0.0273437</x1>
|
||||
<y1>0.9101562</y1>
|
||||
<x2>0.0898437</x2>
|
||||
|
@ -145,7 +145,7 @@
|
|||
<chunks>
|
||||
<chunk>
|
||||
<type>number-value</type>
|
||||
<property>ai/models/aircraft[1]/position/altitude-ft</property>
|
||||
<property>ai/models/thunderstorm[1]/position/altitude-ft</property>
|
||||
<scale>0.001</scale>
|
||||
<format>%2.1f</format>
|
||||
</chunk>
|
||||
|
|
Loading…
Reference in a new issue