123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>manpress.ac</path>
- <animation>
- <type>material</type>
- <object-name>Face</object-name>
- <object-name>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>Needle</object-name>
- <property>/engines/engine[0]/mp-osi</property>
- <interpolation>
- <entry><ind> 0</ind><dep> 0</dep></entry>
- <entry><ind> 5</ind><dep> 0</dep></entry>
- <entry><ind>35</ind><dep>240</dep></entry>
- </interpolation>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- </PropertyList>
|