1
0
Fork 0
fgdata/Aircraft/Instruments-3d/kns80/kns80-nav1.xml
curt cdfa61f112 Syd Adams:
Here are the latest updates.

- Most of the changes involve moving instruments / animation / hotspot files
  to instruments-3d.

- Some re-texturing.

- Finished Aerostar gear animation.

- I tried adding a LONG variable to the nav radio property tree,
  but the conversion kept coming out wrong. Multiplying frequencies
  by 100 and outputing that to another DOUBLE worked, but I cant find
  the Comm frequencies property updating for the life of me ..... oh
  well Nasal works.
2006-02-23 19:06:03 +00:00

147 lines
No EOL
3 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<path>kns80.ac</path>
<animation>
<name>illumination</name>
<object-name>nm.101</object-name>
<object-name>nm.102</object-name>
<object-name>nm.103</object-name>
<object-name>kt.101</object-name>
<object-name>kt.102</object-name>
<object-name>kt.103</object-name>
<object-name>min.101</object-name>
<object-name>min.102</object-name>
<object-name>navfreq.101</object-name>
<object-name>navfreq.102</object-name>
<object-name>navfreq.103</object-name>
<object-name>navfreq.104</object-name>
<object-name>navfreq.105</object-name>
<object-name>annun.nm</object-name>
<object-name>KNS80.modes</object-name>
</animation>
<animation>
<type>select</type>
<object-name>illumination</object-name>
<condition>
<and>
<equals>
<property>instrumentation/nav[0]/power-btn</property>
<value>true</value>
</equals>
<equals>
<property>instrumentation/nav[0]/serviceable</property>
<value>true</value>
</equals>
</and>
</condition>
</animation>
<animation>
<type>rotate</type>
<object-name>KNS80.volume</object-name>
<property>instrumentation/nav/volume</property>
<interpolation>
<entry>
<ind>0</ind>
<dep>0</dep>
</entry>
<entry>
<ind>1.0</ind>
<dep>300</dep>
</entry>
</interpolation>
<center>
<x-m>0.003</x-m>
<y-m>0.040</y-m>
<z-m>-0.030</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- Frequency -->
<animation>
<type>textranslate</type>
<object-name>navfreq.101</object-name>
<property>instrumentation/nav[0]/frequencies/freq-whole</property>
<factor>0.00001</factor>
<step>10000</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>navfreq.102</object-name>
<property>instrumentation/nav[0]/frequencies/freq-whole</property>
<factor>0.0001</factor>
<step>1000</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>navfreq.103</object-name>
<property>instrumentation/nav[0]/frequencies/freq-whole</property>
<factor>0.001</factor>
<step>100</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>navfreq.104</object-name>
<property>instrumentation/nav[0]/frequencies/freq-whole</property>
<factor>0.01</factor>
<step>10</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>navfreq.105</object-name>
<property>instrumentation/nav[0]/frequencies/freq-whole</property>
<factor>0.1</factor>
<step>1</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>