1
0
Fork 0

Fix the left/right terms in the twist handling to be symmetrical.

This commit is contained in:
andy 2004-02-09 15:18:33 +00:00
parent fbfdc6b987
commit 85115ef347

View file

@ -360,7 +360,7 @@ void Wing::compile()
sr->surface = s; sr->surface = s;
sr->weight = chord * segWid; sr->weight = chord * segWid;
s->setTotalDrag(sr->weight); s->setTotalDrag(sr->weight);
s->setTwist(_twist * Math::sqrt(frac)); s->setTwist(_twist * frac);
_surfs.add(sr); _surfs.add(sr);
} }
} }