12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <path>Turn.ac</path>
- <animation>
- <object-name>fond</object-name>
- <object-name>face</object-name>
- <object-name>ball</object-name>
- <object-name>needle</object-name>
- </animation>
- <!--Working For Rembrandt-->
- <!--Working For Rembrandt-->
- <animation>
- <type>material</type>
- <object-name>face</object-name>
- <object-name>ball</object-name>
- <object-name>needle</object-name>
- <condition>
- <property>controls/lighting/instrument-lights</property>
- </condition>
- <emission>
- <red> 0.80 </red>
- <green> 0.50 </green>
- <blue> 0.50 </blue>
- </emission>
-
- </animation>
-
- <animation>
- <type>material</type>
- <object-name>face</object-name>
- <object-name>needle</object-name>
- <emission>
- <red>1.0</red>
- <green>1.0</green>
- <blue>1.0</blue>
- <factor-prop>/controls/lighting/dash-dim</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>needle</object-name>
- <property>instrumentation/turn-indicator/indicated-turn-rate</property>
- <factor> 20 </factor>
- <axis>
- <x> -1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>ball</object-name>
- <property>instrumentation/slip-skid-ball/indicated-slip-skid</property>
- <factor>16</factor>
- <emission>
-
- <red>1.0</red>
- <green>1.0</green>
- <blue>1.0</blue>
- <factor-prop>/controls/lighting/dash-dim</factor-prop>
- </emission>
- <min-deg> -19 </min-deg>
- <max-deg> 19 </max-deg>
- <center>
- <x-m> 0.00 </x-m>
- <y-m> 0.00 </y-m>
- <z-m> 0.05 </z-m>
- </center>
- <axis>
- <x> -1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- </PropertyList>
|