Is there an aircraft currently in flightgear that is a good example of proper 3D cockpit construction?  I looked over the p51's files and it seemed fairly straightforward so following the p51's example I added these lines to my cong file.  With this simple config, the compass only shows up when you're looking at the aircraft from an external view.  Is it necessary to define the hotspots for instruments to show in cockpit mode?

 

-Vance

 

<PropertyList>

  

   <path>T6Texan2.ac</path>

   

    <!-- Front hotspots -->

   <panel>

    <path>Aircraft/t6texan2/Models/t6-hotspots.xml</path>

   <bottom-left>

    <x-m>3.705</x-m>

    <y-m>-0.30</y-m>

    <z-m>-0.30</z-m>

   </bottom-left>

   <bottom-right>

    <x-m>3.705</x-m>

    <y-m> 0.30</y-m>

    <z-m>-0.30</z-m>

   </bottom-right>

   <top-left>

    <x-m>3.705</x-m>

    <y-m>-0.30</y-m>

    <z-m> 0.62</z-m>

   </top-left>

   </panel>

      

  <model>

   <path>Aircraft/t6texan2/Models/t6-compass.xml</path>

  <offsets>

   <x-m>-1.5</x-m>

   <y-m>-0.10</y-m>

   <z-m>0.10</z-m>

  </offsets>

  </model>

 

<snip>

 

 

 

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to