123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <!-- Based on R22 panel for tye moment -->
- <PropertyList>
- <path>cyclic.ac</path>
-
- <!-- Controls -->
- <animation>
- <type>rotate</type>
- <object-name>Yokeshaft</object-name>
- <object-name>Yoke</object-name>
- <object-name>FOYoke</object-name>
- <object-name>FOYokeButton</object-name>
- <object-name>Llight.switch</object-name>
- <object-name>nut.001</object-name>
- <property>controls/flight/elevator</property>
- <factor> 15 </factor>
- <center>
- <x-m> 0.256 </x-m>
- <y-m> 0.000 </y-m>
- <z-m> -0.239 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> -1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>Yoke</object-name>
- <object-name>FOYoke</object-name>
- <object-name>FOYokeButton</object-name>
- <object-name>Llight.switch</object-name>
- <object-name>nut.001</object-name>
- <object-name>Yokeshaft</object-name>
- <property>controls/flight/aileron</property>
- <factor> 15 </factor>
- <center>
- <x-m> 0.256 </x-m>
- <y-m> 0.000 </y-m>
- <z-m> -0.239 </z-m>
- </center>
- <axis>
- <x> -1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>Llight.switch</object-name>
- <property>sim/model/Robinson-R66/use-landing-light</property>
- <factor>30</factor>
- <center>
- <x-m>0.270</x-m>
- <y-m>-0.004</y-m>
- <z-m>0.031</z-m>
- </center>
- <axis>
- <x>0</x>
- <y>-1</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>Llight.switch</object-name>
- <action>
- <button>0</button>
- <binding>
- <property>/sim/rendering/als-secondary-lights/landing-light3-offset-deg</property>
- <value>-45</value>
- </binding>
- <binding>
- <command>property-toggle</command>
- <property>sim/model/Robinson-R66/use-landing-light</property>
-
-
- </binding>
- <binding>
- <command>property-toggle</command>
- <property>sim/sound/click</property>
- </binding>
- </action>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>FOYokeButton</object-name>
- <action>
- <button>0</button>
- <binding>
- <command>property-toggle</command>
- <property>sim/sound/click</property>
- </binding>
- <binding>
- <command>nasal</command>
- <script>
- var p = "/sim/model/Robinson-R66/FOYoke-visible";
- setprop(p, var i = !getprop(p));
- gui.popupTip("Copilot yoke visible " ~ (i ? "On" : "Off"));
- </script>
- </binding>
- </action>
- </animation>
- <animation>
- <type>select</type>
- <object-name>Light</object-name>
- <condition>
- <property>controls/lighting/landing-light</property>
- </condition>
- </animation>
- <animation>
- <type>select</type>
- <object-name>FOYoke</object-name>
- <condition>
- <property>/sim/model/Robinson-R66/FOYoke-visible</property>
- </condition>
- </animation>
- </PropertyList>
|