Oliver C. wrote:
Sounds okay for me.
But what about such a solution:
<axis>
<desc>View Elevation</desc>
<number>
<unix>5</unix>
<windows>7</windows>
</number>
<low>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/sim/current-view/goal-pitch-offset-deg</property>
<windows> <step type="double">-1.0</step>
</windows>
<unix>
<step type="double">1.0</step>
</unix>
I doubt that can be done easily and looks rather ugly to me.
IMO it is cleaner and more intuitive. (intuitive because it was the first thing, that i tried by try and error to make the axis inverted. :) )
Or what about this one?
<binding> <command>property-adjust</command> <property>/sim/current-view/goal-pitch-offset-deg</property> <step type="double"> <windows>-1.0<windows> <unix>1.0</unix> </step> </binding>
Is it possible to implement such a behaviour?
Not before the upcoming release and I dislike this as much as the approach described above. The current approach is easy to use and simple to implement.
Erik
_______________________________________________ Flightgear-devel mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
