Hey All,

I'm trying to configure a tower view in FlightGear that is offset in
pitch such that the airplane appears above the center of the screen,
but still tracks the position of the aircraft.  I can't figure out how
this is done, as the 'offset-pitch-deg' property seems to have no
effect.  Here is what I have in preferences.xml.  If anyone knows what
I'm doing wrong, please let me know.

Thanks,
Drew

  <view>
    <name>Heads Up</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>

      <pitch-offset-deg>-0.944272</pitch-offset-deg>

      <ground-level-nearplane-m type="double">9.0</ground-level-nearplane-m>
      <default-field-of-view-deg type="double">8.0</default-field-of-view-deg>

      <x-offset-m type="double">0</x-offset-m>
      <y-offset-m type="double">0</y-offset-m>
      <z-offset-m type="double">0</z-offset-m>
    </config>
  </view>

_______________________________________________
Flightgear-users mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to