1
0
Fork 0

updates A4 2D/3D panel function

This commit is contained in:
mselig 2003-05-29 16:37:13 +00:00
parent fd7f5eca61
commit e97004b2a5

View file

@ -32,16 +32,21 @@ May 18, 2003 Michael Selig, http://www.uiuc.edu/~m-selig
<path>Aircraft/a4/Sounds/uiuc/a4-sound-uiuc.xml</path> <path>Aircraft/a4/Sounds/uiuc/a4-sound-uiuc.xml</path>
</sound> </sound>
<virtual-cockpit archive="y">true</virtual-cockpit>
<allow-toggle-cockpit archive="y">true</allow-toggle-cockpit>
<!-- setup for first 2D panel, 'P' toggles on/off. Starts in 'off' mode -->
<panel> <panel>
<path>Aircraft/a4/Panels/a4-trans-mini-panel.xml</path> <path>Aircraft/a4/Panels/a4-trans-mini-panel.xml</path>
<visibility>true</visibility> <visibility>false</visibility>
</panel> </panel>
<!-- setup for second 2D panel, 's' toggles two panels. -->
<panel_2> <panel_2>
<path>Aircraft/a4/Panels/a4-trans-mini-panel.xml</path> <path>Aircraft/a4/Panels/a4-trans-mini-panel.xml</path>
</panel_2> </panel_2>
<!-- uncomment lines below for 3D cockpit <!-- setup for 3D cockpit, 'c' toggles on/off. Starts in 'on' mode -->
<view n="0"> <view n="0">
<internal archive="y">true</internal> <internal archive="y">true</internal>
<config> <config>
@ -52,7 +57,6 @@ May 18, 2003 Michael Selig, http://www.uiuc.edu/~m-selig
<default-field-of-view-deg>60</default-field-of-view-deg> <default-field-of-view-deg>60</default-field-of-view-deg>
</config> </config>
</view> </view>
-->
<model> <model>
<path>Aircraft/a4/Models/a4-blue-uiuc.xml</path> <path>Aircraft/a4/Models/a4-blue-uiuc.xml</path>