1
0
Fork 0
fgdata/Aircraft/c172p/Instruments/c172FuelOilAmps/c172oil.xml
martin f30e034e55 Heiko Schulz:
A big step at bringing the default aircraft into the state it actually
deserves.

Features:
- new, accurate exterior modell, modelled with original 3-views by Cessna
- textures with shadow shading
- livery changing sytem over mp
- immatriculation over mp
- glass shader with fresnel effect
- nearly complete 3d-panel

Known Bugs:
- Radio_Stack shines through the fuselage. New 3d radio_stack has yet to be done.

To-Do:
- Suction-Instrument
- Interior with much more details and painting
- Radio_stack
- doors openable
- lights
- fully animation of the gear
- failure system by Erobo
2008-10-11 21:50:45 +00:00

98 lines
1.7 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<path>c172oil.ac</path>
<animation>
<type>material</type>
<object-name>Face</object-name>
<object-name>OilTempNeedle</object-name>
<object-name>OilPressNeedle</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>OilTempNeedle</object-name>
<property>/engines/engine[0]/oil-temperature-degf</property>
<interpolation>
<entry>
<ind>0</ind>
<dep>-36</dep>
</entry>
<entry>
<ind>75</ind>
<dep>-34</dep>
</entry>
<entry>
<ind>180</ind>
<dep>4</dep>
</entry>
<entry>
<ind>260</ind>
<dep>29</dep>
</entry>
</interpolation>
<center>
<x-m>0.001</x-m>
<y-m>-0.016</y-m>
<z-m>-0.018</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>OilPressNeedle</object-name>
<property>/engines/engine[0]/oil-pressure-psi</property>
<interpolation>
<entry>
<ind>0</ind>
<dep>-29</dep>
</entry>
<entry>
<ind>25</ind>
<dep>-21</dep>
</entry>
<entry>
<ind>60</ind>
<dep>3</dep>
</entry>
<entry>
<ind>90</ind>
<dep>22</dep>
</entry>
<entry>
<ind>120</ind>
<dep>30</dep>
</entry>
</interpolation>
<center>
<x-m>0.001</x-m>
<y-m>0.016</y-m>
<z-m>-0.018</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>