We should probably discuss deleting/adding default views on the list. AFAIK
there was only the addition of the 5th view discussed, and a developer noted that the Lookfrom Tower view was useful for multi-aircraft development. So this patch preserves the new 5th view, returns the Lookfrom Tower and removes the second Lookat Tower. One is enough for now IMHO, but still open for discussion of course. -- Jim
This commit is contained in:
parent
3a1c4e6a0f
commit
9a8a84e128
1 changed files with 1 additions and 24 deletions
|
@ -152,29 +152,6 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
</config>
|
||||
</view>
|
||||
|
||||
<view>
|
||||
<name>Tower View</name>
|
||||
<type>lookat</type>
|
||||
<config>
|
||||
<eye-lat-deg-path>/sim/tower/latitude-deg</eye-lat-deg-path>
|
||||
<eye-lon-deg-path>/sim/tower/longitude-deg</eye-lon-deg-path>
|
||||
<eye-alt-ft-path>/sim/tower/altitude-ft</eye-alt-ft-path>
|
||||
<eye-roll-deg-path>/sim/tower/roll-deg</eye-roll-deg-path>
|
||||
<eye-pitch-deg-path>/sim/tower/pitch-deg</eye-pitch-deg-path>
|
||||
<eye-heading-deg-path>/sim/tower/heading-deg</eye-heading-deg-path>
|
||||
|
||||
<at-model type="bool">true</at-model>
|
||||
<at-model-idx type="int">0</at-model-idx>
|
||||
|
||||
<ground-level-nearplane-m type="double">10.0f</ground-level-nearplane-m>
|
||||
|
||||
<x-offset-m type="double">70</x-offset-m>
|
||||
<y-offset-m type="double">1200</y-offset-m>
|
||||
<z-offset-m type="double">-600</z-offset-m>
|
||||
</config>
|
||||
</view>
|
||||
|
||||
<!-- Commenting out fixed view from tower
|
||||
<view>
|
||||
<name>Tower View Look From</name>
|
||||
<type>lookfrom</type>
|
||||
|
@ -192,7 +169,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<y-offset-m type="double">0</y-offset-m>
|
||||
<z-offset-m type="double">0</z-offset-m>
|
||||
</config>
|
||||
</view> -->
|
||||
</view>
|
||||
|
||||
<view>
|
||||
<name>Chase View wo yaw</name>
|
||||
|
|
Loading…
Reference in a new issue