1
0
Fork 0

Dave PERRY:

"All the pa24 and pa28 and Seneca II hot spots are now visible in osg and
plib with ctrl-c."
This commit is contained in:
mfranz 2008-02-02 17:45:27 +00:00
parent 30f3dff563
commit 45efa41608
8 changed files with 64 additions and 71 deletions

View file

@ -12,17 +12,17 @@
<panel> <panel>
<path>Aircraft/Instruments-3d/Century-IIB/AutopilotModePanel.xml</path> <path>Aircraft/Instruments-3d/Century-IIB/AutopilotModePanel.xml</path>
<bottom-left> <bottom-left>
<x-m>0.0</x-m> <x-m>0.001</x-m>
<y-m>-0.016</y-m> <y-m>-0.016</y-m>
<z-m>-0.016</z-m> <z-m>-0.016</z-m>
</bottom-left> </bottom-left>
<bottom-right> <bottom-right>
<x-m>0.0</x-m> <x-m>0.001</x-m>
<y-m>0.016</y-m> <y-m>0.016</y-m>
<z-m>-0.016</z-m> <z-m>-0.016</z-m>
</bottom-right> </bottom-right>
<top-left> <top-left>
<x-m>0.0</x-m> <x-m>0.001</x-m>
<y-m>-0.016</y-m> <y-m>-0.016</y-m>
<z-m>0.016</z-m> <z-m>0.016</z-m>
</top-left> </top-left>

View file

@ -12,17 +12,17 @@
<panel> <panel>
<path>Aircraft/Instruments-3d/Century-IIB/Century-IIBPanel.xml</path> <path>Aircraft/Instruments-3d/Century-IIB/Century-IIBPanel.xml</path>
<bottom-left> <bottom-left>
<x-m>0.0</x-m> <x-m>0.009</x-m>
<y-m>-0.047625</y-m> <y-m>-0.047625</y-m>
<z-m>-0.0254</z-m> <z-m>-0.0254</z-m>
</bottom-left> </bottom-left>
<bottom-right> <bottom-right>
<x-m>0.0</x-m> <x-m>0.009</x-m>
<y-m>0.047625</y-m> <y-m>0.047625</y-m>
<z-m>-0.0254</z-m> <z-m>-0.0254</z-m>
</bottom-right> </bottom-right>
<top-left> <top-left>
<x-m>0.0</x-m> <x-m>0.009</x-m>
<y-m>-0.047625</y-m> <y-m>-0.047625</y-m>
<z-m>0.0254</z-m> <z-m>0.0254</z-m>
</top-left> </top-left>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<PropertyList> <PropertyList>
<name>CenturyIIB</name> <name>Century-IIBPanel</name>
<background>Aircraft/Instruments-3d/Century-IIB/transparent.rgb</background> <background>Aircraft/Instruments-3d/Century-IIB/transparent.rgb</background>
<w>158</w> <w>158</w>
<h>74</h> <h>74</h>
@ -20,9 +20,9 @@
<name>ApButton</name> <name>ApButton</name>
<button>0</button> <button>0</button>
<x>-75</x> <x>-75</x>
<y>-20</y> <y>-16</y>
<w>30</w> <w>38</w>
<h>40</h> <h>48</h>
<binding> <binding>
<command>property-toggle</command> <command>property-toggle</command>
<property>/autopilot/CENTURYIIB/controls/roll</property> <property>/autopilot/CENTURYIIB/controls/roll</property>
@ -37,10 +37,10 @@
<action> <action>
<name>HdgButton</name> <name>HdgButton</name>
<button>0</button> <button>0</button>
<x>34</x> <x>37</x>
<y>-20</y> <y>-16</y>
<w>30</w> <w>38</w>
<h>40</h> <h>48</h>
<binding> <binding>
<command>property-toggle</command> <command>property-toggle</command>
<property>/autopilot/CENTURYIIB/controls/hdg</property> <property>/autopilot/CENTURYIIB/controls/hdg</property>
@ -55,10 +55,10 @@
<action> <action>
<name>ROLL decrease</name> <name>ROLL decrease</name>
<button>0</button> <button>0</button>
<x>-35</x> <x>-30</x>
<y>-30</y> <y>-25</y>
<w>30</w> <w>30</w>
<h>40</h> <h>45</h>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property>/autopilot/CENTURYIIB/settings/roll-knob-deg</property> <property>/autopilot/CENTURYIIB/settings/roll-knob-deg</property>
@ -76,10 +76,10 @@
<action> <action>
<name>ROLL increase</name> <name>ROLL increase</name>
<button>0</button> <button>0</button>
<x>-5</x> <x>0</x>
<y>-30</y> <y>-25</y>
<w>30</w> <w>30</w>
<h>40</h> <h>45</h>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property>/autopilot/CENTURYIIB/settings/roll-knob-deg</property> <property>/autopilot/CENTURYIIB/settings/roll-knob-deg</property>

View file

@ -5,7 +5,13 @@
Maintainer: Torsten Dreyer, Dave Perry Maintainer: Torsten Dreyer, Dave Perry
$Log$ $Log$
Revision 1.2 2007/11/26 15:10:26 mfranz Revision 1.3 2008/02/02 17:45:28 mfranz
Dave PERRY:
"All the pa24 and pa28 and Seneca II hot spots are now visible in osg and
plib with ctrl-c."
Revision 1.2 2007-11-26 15:10:26 mfranz
Dave PERRY: remove two <global> in material animations Dave PERRY: remove two <global> in material animations
Revision 1.1 2007-10-10 20:48:37 mfranz Revision 1.1 2007-10-10 20:48:37 mfranz
@ -27,17 +33,17 @@
<panel> <panel>
<path>Aircraft/Instruments-3d/Century-III/AltimaticIIIcPanel.xml</path> <path>Aircraft/Instruments-3d/Century-III/AltimaticIIIcPanel.xml</path>
<bottom-left> <bottom-left>
<x-m>0.0</x-m> <x-m>0.009</x-m>
<y-m>-0.081</y-m> <y-m>-0.081</y-m>
<z-m>-0.0368</z-m> <z-m>-0.0368</z-m>
</bottom-left> </bottom-left>
<bottom-right> <bottom-right>
<x-m>0.0</x-m> <x-m>0.009</x-m>
<y-m>0.081</y-m> <y-m>0.081</y-m>
<z-m>-0.0368</z-m> <z-m>-0.0368</z-m>
</bottom-right> </bottom-right>
<top-left> <top-left>
<x-m>0.0</x-m> <x-m>0.009</x-m>
<y-m>-0.081</y-m> <y-m>-0.081</y-m>
<z-m>0.0368</z-m> <z-m>0.0368</z-m>
</top-left> </top-left>

View file

@ -20,10 +20,10 @@
<action> <action>
<name>RollButton</name> <name>RollButton</name>
<button>0</button> <button>0</button>
<x>-59</x> <x>-57</x>
<y>-4</y> <y>0</y>
<w>20</w> <w>20</w>
<h>30</h> <h>33</h>
<binding> <binding>
<command>property-toggle</command> <command>property-toggle</command>
<property>/autopilot/CENTURYIII/controls/roll</property> <property>/autopilot/CENTURYIII/controls/roll</property>
@ -38,10 +38,10 @@
<action> <action>
<name>HdgButton</name> <name>HdgButton</name>
<button>0</button> <button>0</button>
<x>-39</x> <x>-37</x>
<y>-4</y> <y>0</y>
<w>20</w> <w>20</w>
<h>30</h> <h>33</h>
<binding> <binding>
<command>property-toggle</command> <command>property-toggle</command>
<property>/autopilot/CENTURYIII/controls/hdg</property> <property>/autopilot/CENTURYIII/controls/hdg</property>
@ -56,10 +56,10 @@
<action> <action>
<name>AltButton</name> <name>AltButton</name>
<button>0</button> <button>0</button>
<x>-19</x> <x>-17</x>
<y>-4</y> <y>0</y>
<w>20</w> <w>20</w>
<h>30</h> <h>33</h>
<binding> <binding>
<command>property-toggle</command> <command>property-toggle</command>
<property>/autopilot/CENTURYIII/controls/alt</property> <property>/autopilot/CENTURYIII/controls/alt</property>
@ -74,10 +74,10 @@
<action> <action>
<name>PitchButton</name> <name>PitchButton</name>
<button>0</button> <button>0</button>
<x>1</x> <x>3</x>
<y>-4</y> <y>0</y>
<w>20</w> <w>20</w>
<h>30</h> <h>33</h>
<binding> <binding>
<command>property-toggle</command> <command>property-toggle</command>
<property>/autopilot/CENTURYIII/controls/pitch</property> <property>/autopilot/CENTURYIII/controls/pitch</property>
@ -95,7 +95,7 @@
<x>-53</x> <x>-53</x>
<y>-38</y> <y>-38</y>
<w>15</w> <w>15</w>
<h>30</h> <h>35</h>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property>/autopilot/CENTURYIII/settings/roll-knob-deg</property> <property>/autopilot/CENTURYIII/settings/roll-knob-deg</property>
@ -116,7 +116,7 @@
<x>-38</x> <x>-38</x>
<y>-38</y> <y>-38</y>
<w>15</w> <w>15</w>
<h>30</h> <h>35</h>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property>/autopilot/CENTURYIII/settings/roll-knob-deg</property> <property>/autopilot/CENTURYIII/settings/roll-knob-deg</property>
@ -134,9 +134,9 @@
<action> <action>
<name>PITCH increase</name> <name>PITCH increase</name>
<button>0</button> <button>0</button>
<x>42</x> <x>44</x>
<y>-23</y> <y>-23</y>
<w>10</w> <w>12</w>
<h>25</h> <h>25</h>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
@ -155,9 +155,9 @@
<action> <action>
<name>PITCH decrease</name> <name>PITCH decrease</name>
<button>0</button> <button>0</button>
<x>42</x> <x>44</x>
<y>2</y> <y>2</y>
<w>10</w> <w>12</w>
<h>25</h> <h>25</h>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
@ -172,25 +172,6 @@
</binding> </binding>
</action> </action>
<!-- PITCH neutral -->
<action>
<name>PITCH decrease</name>
<button>1</button>
<x>42</x>
<y>-23</y>
<w>10</w>
<h>50</h>
<binding>
<command>property-assign</command>
<property>/autopilot/CENTURYIII/settings/pitch-wheel-deg</property>
<value>0</value>
</binding>
<binding>
<command>nasal</command>
<script>century3.pitchWheelUpdate()</script>
</binding>
</action>
</actions> </actions>
</instrument> </instrument>
</instruments> </instruments>

View file

@ -14,17 +14,17 @@
<panel> <panel>
<path>Aircraft/Instruments-3d/Century-III/AutopilotModePanel.xml</path> <path>Aircraft/Instruments-3d/Century-III/AutopilotModePanel.xml</path>
<bottom-left> <bottom-left>
<x-m>0.0</x-m> <x-m>0.001</x-m>
<y-m>-0.016</y-m> <y-m>-0.016</y-m>
<z-m>-0.016</z-m> <z-m>-0.016</z-m>
</bottom-left> </bottom-left>
<bottom-right> <bottom-right>
<x-m>0.0</x-m> <x-m>0.001</x-m>
<y-m>0.016</y-m> <y-m>0.016</y-m>
<z-m>-0.016</z-m> <z-m>-0.016</z-m>
</bottom-right> </bottom-right>
<top-left> <top-left>
<x-m>0.0</x-m> <x-m>0.001</x-m>
<y-m>-0.016</y-m> <y-m>-0.016</y-m>
<z-m>0.016</z-m> <z-m>0.016</z-m>
</top-left> </top-left>

View file

@ -5,7 +5,13 @@
Maintainer: Torsten Dreyer, Dave Perry Maintainer: Torsten Dreyer, Dave Perry
$Log$ $Log$
Revision 1.2 2007/11/26 15:10:26 mfranz Revision 1.3 2008/02/02 17:45:28 mfranz
Dave PERRY:
"All the pa24 and pa28 and Seneca II hot spots are now visible in osg and
plib with ctrl-c."
Revision 1.2 2007-11-26 15:10:26 mfranz
Dave PERRY: remove two <global> in material animations Dave PERRY: remove two <global> in material animations
Revision 1.1 2007-10-10 20:48:37 mfranz Revision 1.1 2007-10-10 20:48:37 mfranz
@ -26,17 +32,17 @@
<panel> <panel>
<path>Aircraft/Instruments-3d/Century-III/AltimaticIIIcPanel.xml</path> <path>Aircraft/Instruments-3d/Century-III/AltimaticIIIcPanel.xml</path>
<bottom-left> <bottom-left>
<x-m>0.0</x-m> <x-m>0.009</x-m>
<y-m>-0.081</y-m> <y-m>-0.081</y-m>
<z-m>-0.0368</z-m> <z-m>-0.0368</z-m>
</bottom-left> </bottom-left>
<bottom-right> <bottom-right>
<x-m>0.0</x-m> <x-m>0.009</x-m>
<y-m>0.081</y-m> <y-m>0.081</y-m>
<z-m>-0.0368</z-m> <z-m>-0.0368</z-m>
</bottom-right> </bottom-right>
<top-left> <top-left>
<x-m>0.0</x-m> <x-m>0.009</x-m>
<y-m>-0.081</y-m> <y-m>-0.081</y-m>
<z-m>0.0368</z-m> <z-m>0.0368</z-m>
</top-left> </top-left>

View file

@ -5,17 +5,17 @@
<panel> <panel>
<path>Aircraft/Instruments-3d/radio_stack/radio-panel.xml</path> <path>Aircraft/Instruments-3d/radio_stack/radio-panel.xml</path>
<bottom-left> <bottom-left>
<x-m>0</x-m> <x-m>0.001</x-m>
<y-m>-0.08</y-m> <y-m>-0.08</y-m>
<z-m>-0.135</z-m> <z-m>-0.135</z-m>
</bottom-left> </bottom-left>
<bottom-right> <bottom-right>
<x-m>0</x-m> <x-m>0.001</x-m>
<y-m>0.08</y-m> <y-m>0.08</y-m>
<z-m>-0.135</z-m> <z-m>-0.135</z-m>
</bottom-right> </bottom-right>
<top-left> <top-left>
<x-m>0</x-m> <x-m>0.001</x-m>
<y-m>-0.08</y-m> <y-m>-0.08</y-m>
<z-m>0.135</z-m> <z-m>0.135</z-m>
</top-left> </top-left>