1
0
Fork 0

New hi-res attitude indicator and turn coordinator instruments based on

C172-S photos by Martin Dressler.
This commit is contained in:
curt 2003-01-29 15:03:29 +00:00
parent 0db45b233a
commit 41ec7fcd84
10 changed files with 420 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,239 @@
<?xml version="1.0"?>
<!--
ati.xml
Attitude indicator from C172-S
Martin Dressler dr@musicabona.cz
-->
<PropertyList>
<name>C172-S Artifical horizon</name>
<w-base>512</w-base>
<h-base>512</h-base>
<layers>
<layer>
<name>background</name>
<h>384</h>
<w>384</w>
<texture>
<path>Aircraft/Instruments/Textures/ati3.rgb</path>
<x1>0.0</x1>
<x2>0.75</x2>
<y1>0.0</y1>
<y2>0.75</y2>
</texture>
<transformations>
<transformation>
<type>rotation</type>
<property>/instrumentation/attitude-indicator/indicated-roll-deg</property>
<min>-360.0</min>
<max>360.0</max>
<scale>-1</scale>
</transformation>
</transformations>
</layer>
<layer>
<name>pitch</name>
<w>392</w>
<h>256</h>
<texture>
<path>Aircraft/Instruments/Textures/misc1.rgb</path>
<x1>0.0</x1>
<x2>0.765625</x2>
<y1>0.0</y1>
<y2>0.5</y2>
</texture>
<transformations>
<transformation>
<type>rotation</type>
<property>/instrumentation/attitude-indicator/indicated-roll-deg</property>
<min>-360.0</min>
<max>360.0</max>
<scale>-1</scale>
</transformation>
<transformation>
<type>y-shift</type>
<property>/instrumentation/attitude-indicator/indicated-pitch-deg</property>
<min>-20.0</min>
<max>20.0</max>
<scale>-4.5</scale>
<offset>0</offset>
</transformation>
</transformations>
</layer>
<layer>
<name>roll</name>
<w>464</w>
<h>464</h>
<texture>
<path>Aircraft/Instruments/Textures/ati2.rgb</path>
<x1>0.0</x1>
<x2>0.90625</x2>
<y1>0.09375</y1>
<y2>1.0</y2>
</texture>
<transformations>
<transformation>
<type>rotation</type>
<property>/instrumentation/attitude-indicator/indicated-roll-deg</property>
<min>-360.0</min>
<max>360.0</max>
<scale>-1</scale>
</transformation>
</transformations>
</layer>
<layer>
<name>plane</name>
<w>264</w>
<h>174</h>
<texture>
<path>Aircraft/Instruments/Textures/misc1.rgb</path>
<x1>0.0</x1>
<x2>0.515625</x2>
<y1>0.501953125</y1>
<y2>0.841796875</y2>
</texture>
<transformations>
<transformation>
<type>y-shift</type>
<property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
<scale>4.5</scale>
<offset>-78</offset>
</transformation>
</transformations>
</layer>
<layer>
<name>gyro indicator</name>
<w>63</w>
<h>192</h>
<texture>
<path>Aircraft/Instruments/Textures/misc1.rgb</path>
<x1>0.765625</x1>
<x2>0.889</x2>
<y1>0.0</y1>
<y2>0.375</y2>
</texture>
<transformations>
<transformation>
<type>x-shift</type>
<offset>-126</offset>
</transformation>
<transformation>
<type>y-shift</type>
<offset>186</offset>
</transformation>
<transformation>
<type>rotation</type>
<property>/instrumentation/attitude-indicator/spin</property>
<min>0</min>
<max>30</max>
<scale>30</scale>
</transformation>
<transformation>
<type>x-shift</type>
<offset>-20</offset>
</transformation>
<transformation>
<type>y-shift</type>
<offset>-94</offset>
</transformation>
</transformations>
</layer>
<layer>
<name>foreground</name>
<w>512</w>
<h>512</h>
<texture>
<path>Aircraft/Instruments/Textures/ati1.rgb</path>
<x1>0.0</x1>
<y1>0.0</y1>
<x2>1.0</x2>
<y2>1.0</y2>
</texture>
</layer>
</layers>
<actions>
<action>
<name>fine lower</name>
<button>0</button>
<x>-45</x>
<y>-244</y>
<w>45</w>
<h>90</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
<step>-0.5</step>
<min>-10</min>
<max>10</max>
<wrap>false</wrap>
</binding>
</action>
<action>
<name>course lower</name>
<button>1</button>
<x>-45</x>
<y>-244</y>
<w>45</w>
<h>90</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
<step>-2</step>
<min>-10</min>
<max>10</max>
<wrap>false</wrap>
</binding>
</action>
<action>
<name>fine raise</name>
<button>0</button>
<x>0</x>
<y>-244</y>
<w>45</w>
<h>90</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
<step>0.5</step>
<min>-10</min>
<max>10</max>
<wrap>false</wrap>
</binding>
</action>
<action>
<name>coarse raise</name>
<button>1</button>
<x>0</x>
<y>-244</y>
<w>45</w>
<h>90</h>
<binding>
<command>property-adjust</command>
<property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
<step>2</step>
<min>-10</min>
<max>10</max>
<wrap>false</wrap>
</binding>
</action>
</actions>
</PropertyList>

View file

@ -0,0 +1,181 @@
<?xml version="1.0"?>
<!--
trn.xml
Turn coordinator from C172-S
Martin Dressler dr@musicabona.cz
Jan 28 2003
-->
<PropertyList>
<name>C172-S Turn coordiantor</name>
<w-base>512</w-base>
<h-base>512</h-base>
<layers>
<layer>
<name>tube-back</name>
<w>304</w>
<h>80</h>
<texture>
<path>Aircraft/Instruments/Textures/misc1.rgb</path>
<x1>0.0</x1>
<x2>0.59375</x2>
<y1>0.84375</y1>
<y2>1.0</y2>
</texture>
<transformations>
<transformation>
<type>y-shift</type>
<offset>-78</offset>
</transformation>
</transformations>
</layer>
<layer>
<name>ball</name>
<w>62</w>
<h>80</h>
<texture>
<path>Aircraft/Instruments/Textures/misc1.rgb</path>
<x1>0.591796875</x1>
<x2>0.716796875</x2>
<y1>0.84375</y1>
<y2>1.0</y2>
</texture>
<transformations>
<transformation>
<type>y-shift</type>
<property>/instrumentation/slip-skid-ball/indicated-slip-skid</property>
<min>-1.1</min>
<max>0.0</max>
<scale>-13.0</scale>
</transformation>
<transformation>
<type>y-shift</type>
<property>/instrumentation/slip-skid-ball/indicated-slip-skid</property>
<min>0.0</min>
<max>1.1</max>
<scale>13.0</scale>
</transformation>
<transformation>
<type>y-shift</type>
<offset>-84</offset>
</transformation>
<transformation>
<type>x-shift</type>
<property>/instrumentation/slip-skid-ball/indicated-slip-skid</property>
<min>-1.1</min>
<max>1.1</max>
<scale>-108.0</scale>
</transformation>
</transformations>
</layer>
<layer>
<name>ON</name>
<condition>
<greater-than-equals>
<property>/instrumentation/turn-indicator/spin</property>
<value>0.7</value>
</greater-than-equals>
</condition>
<w>56</w>
<h>64</h>
<texture>
<path>Aircraft/Instruments/Textures/misc1.rgb</path>
<x1>0.890625</x1>
<x2>1.0</x2>
<y1>0.0</y1>
<y2>0.125</y2>
</texture>
<transformations>
<transformation>
<type>x-shift</type>
<offset>119</offset>
</transformation>
<transformation>
<type>y-shift</type>
<offset>32</offset>
</transformation>
</transformations>
</layer>
<layer>
<name>OFF</name>
<condition>
<less-than>
<property>/instrumentation/turn-indicator/spin</property>
<value>0.7</value>
</less-than>
</condition>
<w>56</w>
<h>64</h>
<texture>
<path>Aircraft/Instruments/Textures/misc1.rgb</path>
<x1>0.890625</x1>
<x2>1.0</x2>
<y1>0.125</y1>
<y2>0.25</y2>
</texture>
<transformations>
<transformation>
<type>x-shift</type>
<offset>119</offset>
</transformation>
<transformation>
<type>y-shift</type>
<offset>32</offset>
</transformation>
</transformations>
</layer>
<layer>
<name>foreground</name>
<w>512</w>
<h>512</h>
<texture>
<path>Aircraft/Instruments/Textures/trn1.rgb</path>
<x1>0.0</x1>
<x2>1.0</x2>
<y1>0.0</y1>
<y2>1.0</y2>
</texture>
</layer>
<layer>
<name>plane</name>
<w>88</w>
<h>320</h>
<texture>
<path>Aircraft/Instruments/Textures/misc1.rgb</path>
<x1>0.828125</x1>
<x2>1.0</x2>
<y1>0.375</y1>
<y2>1.0</y2>
</texture>
<transformations>
<transformation>
<type>rotation</type>
<property>/instrumentation/turn-indicator/indicated-turn-rate</property>
<min>-2.5</min>
<max>2.5</max>
<scale>20.0</scale>
<offset>-90</offset>
</transformation>
<transformation>
<type>x-shift</type>
<offset>6</offset>
</transformation>
</transformations>
</layer>
</layers>
</PropertyList>