1
0
Fork 0
fgdata/Aircraft/c172p/Models/Interior/Panel/Instruments/asi/asi.xml
Stuart Buchanan 60d7073794 Initial checking of c172p-detailed.
From https://github.com/Juanvvc/c172p-detailed.git

Commit df6b2c5f4f75d000c5f5ef9c6cc4446784348f20
2015-06-16 22:20:54 +01:00

65 lines
1.7 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<name>ASI</name>
<path>asi.ac</path>
<effect>
<inherits-from>../../../../Effects/interior/c172p-interior</inherits-from>
<object-name>Face</object-name>
<object-name>Needle</object-name>
</effect>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>Needle</object-name>
<emission>
<red>1.0</red>
<green>0.2</green>
<blue>0.0</blue>
<factor-prop>sim/model//material/instruments/factor</factor-prop>
</emission>
</animation>
<animation>
<type>rotate</type>
<object-name>Needle</object-name>
<property>instrumentation/airspeed-indicator/indicated-speed-kt</property>
<interpolation>
<entry><ind> 0</ind><dep> 0</dep></entry>
<entry><ind> 35</ind><dep> 36</dep></entry>
<entry><ind> 40</ind><dep> 50</dep></entry>
<entry><ind> 60</ind><dep> 100</dep></entry>
<entry><ind> 80</ind><dep> 152</dep></entry>
<entry><ind> 100</ind><dep> 206</dep></entry>
<entry><ind> 120</ind><dep> 249</dep></entry>
<entry><ind> 140</ind><dep> 291</dep></entry>
<entry><ind> 160</ind><dep> 333</dep></entry>
<entry><ind> 190</ind><dep> 340</dep></entry>
</interpolation>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>pick</type>
<object-name>Face</object-name>
<object-name>Needle</object-name>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>airspeed</tooltip-id>
<label>Airspeed: %3dkts</label>
<property>instrumentation/airspeed-indicator/indicated-speed-kt</property>
</binding>
</hovered>
</animation>
</PropertyList>