123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- <?xml version="1.0"?>
- <!--
- Generic Attitude Indicator
- Gary "Buckaroo" Neely
- -->
- <PropertyList>
- <path>ai_new.ac</path>
- <animation>
- <type>material</type>
- <object-name>AircraftSymbol</object-name>
- <object-name>Reference</object-name>
- <object-name>Flag</object-name>
- <object-name>PitchScale</object-name>
- <object-name>RollScale</object-name>
- <emission>
- <red>0.8</red>
- <green>0.4</green>
- <blue>0.2</blue>
- <factor-prop>/systems/electrical/outputs/panel-norm</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>select</type>
- <object-name>Flag</object-name>
- <condition>
- <property>instrumentation/attitude-indicator/caged</property>
- </condition>
- </animation>
- <animation>
- <type>translate</type>
- <object-name>PitchScale</object-name>
- <property>instrumentation/attitude-indicator/indicated-pitch-deg</property>
- <factor>-0.0007</factor>
- <min-m>-0.0175</min-m>
- <max-m>0.0175</max-m>
- <axis>
- <x>0.0</x>
- <y>0.0</y>
- <z>1.0</z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>PitchScale</object-name>
- <property>instrumentation/attitude-indicator/indicated-roll-deg</property>
- <factor>-1</factor>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>RollScale</object-name>
- <property>instrumentation/attitude-indicator/indicated-roll-deg</property>
- <factor>-1</factor>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>translate</type>
- <object-name>AircraftSymbol</object-name>
- <property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
- <factor>0.001</factor>
- <axis>
- <x>0</x>
- <y>0</y>
- <z>1</z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>Knob</object-name>
- <property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
- <factor>25</factor>
- <center>
- <x-m>0</x-m>
- <y-m>0</y-m>
- <z-m>-0.03</z-m>
- </center>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>Knob</object-name>
- <action>
- <button>0</button>
- <repeatable>true</repeatable>
- <binding>
- <command>property-adjust</command>
- <property>instrumentation/attitude-indicator/horizon-offset-deg</property>
- <step>0.1</step>
- <min>-5</min>
- <max>5</max>
- <wrap>false</wrap>
- </binding>
- </action>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>Knob</object-name>
- <action>
- <button>1</button>
- <repeatable>true</repeatable>
- <binding>
- <command>property-adjust</command>
- <property>instrumentation/attitude-indicator/horizon-offset-deg</property>
- <step>-0.1</step>
- <min>-5</min>
- <max>5</max>
- <wrap>false</wrap>
- </binding>
- </action>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>Knob</object-name>
- <action>
- <button>3</button>
- <repeatable>true</repeatable>
- <binding>
- <command>property-adjust</command>
- <property>instrumentation/attitude-indicator/horizon-offset-deg</property>
- <step>0.1</step>
- <min>-5</min>
- <max>5</max>
- <wrap>false</wrap>
- </binding>
- </action>
- <action>
- <button>4</button>
- <repeatable>true</repeatable>
- <binding>
- <command>property-adjust</command>
- <property>instrumentation/attitude-indicator/horizon-offset-deg</property>
- <step>-0.1</step>
- <min>-5</min>
- <max>5</max>
- <wrap>false</wrap>
- </binding>
- </action>
- </animation>
- </PropertyList>
|