1
0
Fork 0
fgdata/Aircraft/c172p/Dialogs/immat.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

41 lines
860 B
XML

<?xml version="1.0"?>
<PropertyList>
<name>Immatriculation</name>
<layout>vbox</layout>
<modal>false</modal>
<draggable>true</draggable>
<group>
<layout>hbox</layout>
<text>
<label>Immatriculation</label>
</text>
</group>
<group>
<layout>hbox</layout>
<input>
<property>/sim/model/immat</property>
<type>STRING</type>
<width>100</width>
</input>
</group>
<group>
<layout>hbox</layout>
<empty><stretch>true</stretch></empty>
<button>
<legend>OK</legend>
<equal>true</equal>
<default>true</default>
<key>Esc</key>
<binding><command>dialog-apply</command></binding>
<binding><command>dialog-close</command></binding>
</button>
<empty><stretch>true</stretch></empty>
</group>
</PropertyList>