* Justin Smithies -- Monday 08 May 2006 21:22:
> On my aircraft model i need the flaps to step through 7 positions.
> But i noticed that the nasal script "controls.nas" is hard coded to 3 equal 
> positions only.

Not true. That's only the fallback mechanism.



> How do i get around that without changing the controls.nas script as other 
> aircraft might need the 3 equal steps .

  <sim>
      <flaps>
          <setting>0</setting>
          <setting>1</setting>
          <setting>5</setting>
          <setting>15</setting>
          <setting>20</setting>
          <setting>25</setting>
          <setting>30</setting>
      </flaps>
  </sim>

Maybe you need to normalize that to a range of 0-1. Also see
$FG_ROOT/Aircraft/A320/A320-set.xml, which aircraft seems to be
the only one using this method.

m.


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to