Curtis L. Olson writes:

 > From: Mark Burton <[EMAIL PROTECTED]>

 > I believe the factor and offset values in the supplied
 > wingman-extreme-digital-3d.xml are transposed and should read:
 > 
 >  <axis n="3">
 >   <desc>Throttle</desc>
 >   <binding>
 >    <command>property-scale</command>
 >    <property>/controls/throttle[0]</property>
 >    <offset type="double">-0.5</offset>
 >    <factor type="double">-1.0</factor>
 >   </binding>
 >   <binding>
 >    <command>property-scale</command>
 >    <property>/controls/throttle[1]</property>
 >    <offset type="double">-0.5</offset>
 >    <factor type="double">-1.0</factor>
 >   </binding>
 >  </axis>
 > 
 > Otherwise, you only get 1/2 throttle!

I don't think there's a problem.  The input range is -1.0:1.0, and we
want to map it to a range of 0.0:1.0, so we need to halve the range.
Is anyone seeing a problem?


All the best,


David

-- 
David Megginson, [EMAIL PROTECTED], http://www.megginson.com/

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

Reply via email to