Curtis L. Olson writes:
> I finally got a chance to try the new 3d cockpit interior and it is
> a very good start. It's pretty awkward trying to fly with the
> keyboard and pan the view with the mouse since I'm used to flying
> with the mouse.
In that case, consider rebinding the arrow keys to pan the view. That
worked well for me (I keep it as a local mod loaded from my .fgfsrc).
I'm appending the bindings to the end of this message.
> I did a lot of autopilot assist and it's very interesting. It does
> give you a much better feeling of being inside an aircraft.
> Portions of the scene that should be blocked out are blocked out.
> The only thing missing to make it completely realistic is a large
> individual in the right seat to totally block your view out there.
I'll accept contributions of 3D models.
Here are my bindings for making the arrow keys control the view:
<PropertyList>
<input>
<keyboard>
<key n="356">
<name>Left</name>
<desc>Scroll view left</desc>
<binding>
<command>property-adjust</command>
<property>/sim/view/goal-offset-deg</property>
<step>1</step>
</binding>
</key>
<key n="357">
<name>Up</name>
<desc>Scroll view up</desc>
<binding>
<command>property-adjust</command>
<property>/sim/view/goal-tilt-deg</property>
<step>1</step>
</binding>
</key>
<key n="358">
<name>Right</name>
<desc>Scroll view right</desc>
<binding>
<command>property-adjust</command>
<property>/sim/view/goal-offset-deg</property>
<step>-1</step>
</binding>
</key>
<key n="359">
<name>Down</name>
<desc>Scroll view down</desc>
<binding>
<command>property-adjust</command>
<property>/sim/view/goal-tilt-deg</property>
<step>-1</step>
</binding>
</key>
</keyboard>
</input>
</PropertyList>
All the best,
David
--
David Megginson
[EMAIL PROTECTED]
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel