Ok, thanks,

Curt.

Jon Berndt writes:
> > Right now our wheels are stored in an array.  Is there anywhere that
> > defines which position corresponds to which wheel ... something along
> > the lines of:
> > 
> > wheel[0] == nose
> > wheel[1] == left
> > wheel[2] == right
> > 
> 
> from JSBSIm.cxx:
> 
>     FCS->SetLBrake( globals->get_controls()->get_brake( 0 ) ); //left
>     FCS->SetRBrake( globals->get_controls()->get_brake( 1 ) ); //right
>     FCS->SetCBrake( globals->get_controls()->get_brake( 2 ) ); // center
-- 
Curtis Olson   IVLab / HumanFIRST Program       FlightGear Project
Twin Cities    [EMAIL PROTECTED]                  [EMAIL PROTECTED]
Minnesota      http://www.menet.umn.edu/~curt   http://www.flightgear.org

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

Reply via email to