12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>ignition_switch.ac</path>
- <animation>
- <type>material</type>
- <object-name>Switch</object-name>
- <object-name>Key</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>Key</object-name>
- <property>/controls/switches/ignition</property>
- <interpolation>
- <entry><ind>0</ind><dep> 0</dep></entry>
- <entry><ind>1</ind><dep> 30</dep></entry>
- <entry><ind>2</ind><dep> 60</dep></entry>
- <entry><ind>3</ind><dep> 90</dep></entry>
- <entry><ind>4</ind><dep>140</dep></entry>
- </interpolation>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- </PropertyList>
|