12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>asi.ac</path>
- <animation>
- <type>rotate</type>
- <object-name>Needle</object-name>
- <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
- <interpolation>
- <entry><ind>-999</ind><dep> 0</dep></entry>
- <entry><ind> 0</ind><dep> 0</dep></entry>
- <entry><ind> 10</ind><dep> 7</dep></entry>
- <entry><ind> 20</ind><dep> 25</dep></entry>
- <entry><ind> 30</ind><dep> 65</dep></entry>
- <entry><ind> 40</ind><dep>110</dep></entry>
- <entry><ind> 50</ind><dep>135</dep></entry>
- <entry><ind> 60</ind><dep>154</dep></entry>
- <entry><ind> 70</ind><dep>171</dep></entry>
- <entry><ind> 80</ind><dep>188</dep></entry>
- <entry><ind> 90</ind><dep>211</dep></entry>
- <entry><ind> 100</ind><dep>237</dep></entry>
- <entry><ind> 110</ind><dep>261</dep></entry>
- <entry><ind> 120</ind><dep>283</dep></entry>
- <entry><ind> 130</ind><dep>304</dep></entry>
- <entry><ind> 140</ind><dep>325</dep></entry>
- <entry><ind> 150</ind><dep>345</dep></entry>
- <entry><ind> 999</ind><dep>345</dep></entry>
- </interpolation>
- <axis>
- <x>-1</x>
- </axis>
- </animation>
-
- <animation>
- <type>material</type>
- <object-name>Face</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>
- </PropertyList>
|