123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>asi.ac</path>
- <animation>
- <type>material</type>
- <object-name>ASI.Face</object-name>
- <object-name>ASI.Needle</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>rotate</type>
- <object-name>ASI.Needle</object-name>
- <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
- <interpolation>
- <entry><ind> 0</ind><dep> 0</dep></entry>
- <entry><ind> 30</ind><dep> 30</dep></entry>
- <entry><ind>140</ind><dep>305</dep></entry>
- <entry><ind>180</ind><dep>355</dep></entry>
- </interpolation>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- </PropertyList>
|