1
0
Fork 0
fgdata/Aircraft/Instruments/wxradar.xml

335 lines
No EOL
7.1 KiB
XML

<PropertyList>
<name>Radar</name>
<w-base>256</w-base>
<h-base>256</h-base>
<layers>
<layer>
<name>background</name>
<w>256</w>
<h>256</h>
<texture>
<path>Aircraft/Instruments/Textures/radar_background.rgb</path>
<x1>0</x1>
<y1>0</y1>
<x2>1</x2>
<y2>1</y2>
</texture>
</layer>
<layer>
<name>target1 - range 40</name>
<w>20</w>
<h>13</h>
<condition>
<and>
<less-than>
<property>ai/models/thunderstorm[0]/radar/range-nm</property>
<value>43</value>
</less-than>
<equals>
<property>/instrumentation/radar/range</property>
<value>40</value>
</equals>
</and>
</condition>
<texture>
<path>Aircraft/Instruments/Textures/radar_misc.rgb</path>
<x1>0.078125</x1>
<y1>0.605468</y1>
<x2>0.414062</x2>
<y2>0.8125</y2>
</texture>
<transformations>
<transformation>
<type>x-shift</type>
<property>ai/models/thunderstorm[0]/radar/x-shift</property>
<scale>2.55</scale>
</transformation>
<transformation>
<type>y-shift</type>
<property>ai/models/thunderstorm[0]/radar/y-shift</property>
<scale>2.55</scale>
</transformation>
<transformation>
<type>rotation</type>
<property>ai/models/thunderstorm[0]/radar/rotation</property>
<offset>-90</offset>
</transformation>
</transformations>
</layer>
<layer>
<name>target1 - range 20</name>
<w>20</w>
<h>13</h>
<condition>
<and>
<less-than>
<property>ai/models/thunderstorm[0]/radar/range-nm</property>
<value>22</value>
</less-than>
<equals>
<property>/instrumentation/radar/range</property>
<value>20</value>
</equals>
</and>
</condition>
<texture>
<path>Aircraft/Instruments/Textures/radar_misc.rgb</path>
<x1>0.078125</x1>
<y1>0.605468</y1>
<x2>0.414062</x2>
<y2>0.8125</y2>
</texture>
<transformations>
<transformation>
<type>x-shift</type>
<property>ai/models/thunderstorm[0]/radar/x-shift</property>
<scale>5.1</scale>
</transformation>
<transformation>
<type>y-shift</type>
<property>ai/models/thunderstorm[0]/radar/y-shift</property>
<scale>5.1</scale>
</transformation>
<transformation>
<type>rotation</type>
<property>ai/models/thunderstorm[0]/radar/rotation</property>
<offset>-90</offset>
</transformation>
</transformations>
</layer>
<layer>
<name>frame</name>
<w>256</w>
<h>256</h>
<texture>
<path>Aircraft/Instruments/Textures/radar_frame.rgb</path>
<x1>0</x1>
<y1>0</y1>
<x2>1</x2>
<y2>1</y2>
</texture>
</layer>
<layer>
<name>range knob</name>
<condition>
<equals>
<property>instrumentation/radar/range</property>
<value>20</value>
</equals>
</condition>
<w>22</w>
<h>22</h>
<texture>
<path>Aircraft/Instruments/Textures/radar_misc.rgb</path>
<x1>0.0273437</x1>
<y1>0.9101562</y1>
<x2>0.0898437</x2>
<y2>0.9765662</y2>
</texture>
<transformations>
<transformation>
<type>x-shift</type>
<offset>-108</offset>
</transformation>
<transformation>
<type>y-shift</type>
<offset>-112</offset>
</transformation>
<transformation>
<type>rotation</type>
<offset>-45</offset>
</transformation>
</transformations>
</layer>
<layer>
<name>range knob</name>
<condition>
<equals>
<property>instrumentation/radar/range</property>
<value>40</value>
</equals>
</condition>
<w>22</w>
<h>22</h>
<texture>
<path>Aircraft/Instruments/Textures/radar_misc.rgb</path>
<x1>0.0273437</x1>
<y1>0.9101562</y1>
<x2>0.0898437</x2>
<y2>0.9765662</y2>
</texture>
<transformations>
<transformation>
<type>x-shift</type>
<offset>-108</offset>
</transformation>
<transformation>
<type>y-shift</type>
<offset>-112</offset>
</transformation>
<transformation>
<type>rotation</type>
<offset>40</offset>
</transformation>
</transformations>
</layer>
<layer>
<name>altitude</name>
<type>text</type>
<font>led</font>
<point-size>6</point-size>
<color>
<red>0.96</red>
<green>1.0</green>
<blue>0.96</blue>
</color>
<chunks>
<chunk>
<type>number-value</type>
<property>ai/models/thunderstorm[0]/position/altitude-ft</property>
<scale>0.001</scale>
<format>%2.1f</format>
</chunk>
</chunks>
<transformations>
<transformation>
<type>x-shift</type>
<offset>85</offset>
</transformation>
<transformation>
<type>y-shift</type>
<offset>-121</offset>
</transformation>
</transformations>
</layer>
<layer>
<name>outer range ring</name>
<type>text</type>
<font>led</font>
<point-size>6</point-size>
<color>
<red>0.96</red>
<green>1.0</green>
<blue>0.96</blue>
</color>
<chunks>
<chunk>
<type>number-value</type>
<property>instrumentation/radar/range</property>
<format>%2.0f</format>
</chunk>
</chunks>
<transformations>
<transformation>
<type>x-shift</type>
<offset>-90</offset>
</transformation>
<transformation>
<type>y-shift</type>
<offset>66</offset>
</transformation>
</transformations>
</layer>
<layer>
<name>inner range ring</name>
<type>text</type>
<font>led</font>
<point-size>6</point-size>
<color>
<red>0.96</red>
<green>1.0</green>
<blue>0.96</blue>
</color>
<chunks>
<chunk>
<type>number-value</type>
<property>instrumentation/radar/range</property>
<scale>0.5</scale>
<format>%2.0f</format>
</chunk>
</chunks>
<transformations>
<transformation>
<type>x-shift</type>
<offset>-50</offset>
</transformation>
<transformation>
<type>y-shift</type>
<offset>32</offset>
</transformation>
</transformations>
</layer>
</layers>
<actions>
<action>
<name>set range 40</name>
<button>0</button>
<x>-120</x>
<y>-120</y>
<w>35</w>
<h>35</h>
<condition>
<equals>
<property>/instrumentation/radar/range</property>
<value>20</value>
</equals>
</condition>
<binding>
<command>property-assign</command>
<property>/instrumentation/radar/range</property>
<value>40</value>
</binding>
</action>
<action>
<name>set range 20</name>
<button>0</button>
<x>-120</x>
<y>-120</y>
<w>35</w>
<h>35</h>
<condition>
<equals>
<property>/instrumentation/radar/range</property>
<value>40</value>
</equals>
</condition>
<binding>
<command>property-assign</command>
<property>/instrumentation/radar/range</property>
<value>20</value>
</binding>
</action>
<action>
<name>minimize</name>
<button>0</button>
<x>112</x>
<y>112</y>
<w>16</w>
<h>16</h>
<binding>
<command>property-assign</command>
<property>/instrumentation/radar/minimized</property>
<value>true</value>
</binding>
</action>
</actions>
</PropertyList>