1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <path>MagneticCompass.ac</path>
- <animation>
- <type>material</type>
- <object-name>Case</object-name>
- <object-name>Ball1</object-name>
- <object-name>Ball2</object-name>
- <object-name>Marker</object-name>
- <object-name>Wire</object-name>
- </animation>
-
- <effect>
- <inherits-from>Aircraft/AvroVulcanB2/Models/Effects/glass-uber</inherits-from>
- <object-name>glass</object-name>
- </effect>
-
- <animation>
- <type>material</type>
- <object-name>Ball1</object-name>
- <object-name>Ball2</object-name>
- <object-name>Marker</object-name>
- <emission>
- <factor-prop>systems/electrical/outputs/instrument-lights</factor-prop>
- <red> 0.05 </red>
- <green> 0.025 </green>
- <blue> 0.01 </blue>
- </emission>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>Ball1</object-name>
- <property>instrumentation/magnetic-compass/indicated-heading-deg</property>
- <center>
- <x-m> 5.11209 </x-m>
- <y-m> -0.18557 </y-m>
- <z-m> 1.71545 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 0 </y>
- <z> 1 </z>
- </axis>
- </animation>
-
- <animation>
- <type>rotate</type>
- <object-name>Ball2</object-name>
- <property>instrumentation/magnetic-compass/indicated-heading-deg</property>
- <center>
- <x-m> 5.11209 </x-m>
- <y-m> 0.18701 </y-m>
- <z-m> 1.71545 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 0 </y>
- <z> 1 </z>
- </axis>
- </animation>
-
- <!-- *** LoD *** -->
- <animation>
- <type>range</type>
- <min-m>0</min-m>
- <max-m>5</max-m>
- </animation>
- </PropertyList>
|