1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" ?>
- <PropertyList>
- <path>panel1.ac</path>
- <animation>
- <type>range</type>
- <min-m>0</min-m>
- <max-m>100</max-m>
- </animation>
-
- <animation>
- <type>material</type>
- <object-name>face</object-name>
- <emission>
- <red>0.48</red>
- <green>0.80</green>
- <blue>0.44</blue>
- <factor-prop>controls/lighting/instrument-lights-norm</factor-prop>
- </emission>
- </animation>
-
-
- <animation>
- <type>material</type>
- <property-base>sim/model/material/cockpit</property-base>
- <object-name>face</object-name>
- <object-name>auto</object-name>
- <object-name>direction</object-name>
- <emission>
- <red-prop>red</red-prop>
- <green-prop>green</green-prop>
- <blue-prop>blue</blue-prop>
- <factor-prop>factor</factor-prop>
- </emission>
- </animation>
-
-
- <model>
-
- <path>Aircraft/ec145/Models/instruments/switches/spare.xml</path>
- <offsets>
- <x-m>0</x-m>
- <y-m>0.038</y-m>
- <z-m>0</z-m>
- </offsets>
- <overlay>
- <animation n="100">
- <type>scale</type>
- <property>constants/zero</property>
- <x-offset>1.5</x-offset>
- <y-offset>1.5</y-offset>
- <z-offset>1.5</z-offset>
- </animation>
- </overlay>
- </model>
- </PropertyList>
|