123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>torque.ac</path>
-
- <animation>
- <type>material</type>
- <object-name>Face</object-name>
- <object-name>Rneedle</object-name>
-
- <emission>
- <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
- <red>0.0175</red>
- <green>0.0175</green>
- <blue>0.0175</blue>
- </emission>
- </animation>
-
- <animation>
- <type>shader</type>
- <shader>chrome</shader>
- <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
- <object-name>vitre</object-name>
- </animation>
-
-
- <!-- sets 100% at about 660000 -->
- <animation>
- <type>rotate</type>
- <object-name>Rneedle</object-name>
- <object-name>Lneedle</object-name>
- <property>rotors/gear/total-torque</property>
- <interpolation>
- <entry><ind>0</ind><dep>-205</dep></entry>
- <entry><ind>400000</ind><dep>-90</dep></entry>
- <entry><ind>800000</ind><dep>25</dep></entry>
- </interpolation>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
-
-
-
-
- </PropertyList>
|