David Megginson wrote:
> It looks like I screwed it up between versions 1.3 and 1.4; in 1.3, I had
>
>  s->setTwist(_twist * Math::sqrt(1-frac))
>  s->setTwist(_twist * Math::sqrt(frac))
>
> I don't know exactly what I was trying to accomplish with this,
> except perhaps to make sure that the twists were mirror images of
> each other.

They shouldn't need special handling.  The way the orientation
matrices are set up, the incidence angle is treated the same way
(i.e. "positive == higher AoA") for both sides.

I'll change both to "sqrt(frac)" terms then, since this matches your
original code better.

Andy

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

Reply via email to