1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>rocker_switch.ac</path>
- <animation>
- <type>material</type>
- <object-name>SwitchAlt</object-name>
- <object-name>SwitchBat</object-name>
- <emission>
- <red>0.2</red>
- <green>0.1</green>
- <blue>0.05</blue>
- <factor-prop>/systems/electrical/outputs/panel-norm</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>SwitchAlt</object-name>
- <property>/controls/switches/alternator</property>
- <interpolation>
- <entry><ind>0</ind><dep> 0</dep></entry>
- <entry><ind>1</ind><dep>40</dep></entry>
- </interpolation>
- <axis>
- <x>0</x>
- <y>-1</y>
- <z>0</z>
- </axis>
- <center>
- <x-m>-.003</x-m>
- <y-m>0</y-m>
- <z-m>0</z-m>
- </center>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>SwitchBat</object-name>
- <property>/controls/switches/battery</property>
- <interpolation>
- <entry><ind>0</ind><dep> 0</dep></entry>
- <entry><ind>1</ind><dep>40</dep></entry>
- </interpolation>
- <axis>
- <x>0</x>
- <y>-1</y>
- <z>0</z>
- </axis>
- <center>
- <x-m>-.003</x-m>
- <y-m>0</y-m>
- <z-m>0</z-m>
- </center>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>SwitchAlt</object-name>
- <action>
- <button>0</button>
- <repeatable>false</repeatable>
- <binding>
- <command>property-toggle</command>
- <property>/controls/switches/alternator</property>
- </binding>
- </action>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>SwitchBat</object-name>
- <action>
- <button>0</button>
- <repeatable>false</repeatable>
- <binding>
- <command>property-toggle</command>
- <property>/controls/switches/battery</property>
- </binding>
- </action>
- </animation>
- </PropertyList>
|