RE: [Flightgear-devel] YASIM bug/feature (was Stopped making dc3-cockpit, need help)

2004-02-09 Thread Vivian Meazza
Vivian Meazza wrote > > Ilja Moderau wrote: > > > > > > > I was using the AC3d version 3.6. > > Screenshot: http://mitglied.lycos.de/iljamod/throttle.jpg > > There is the file: http://mitglied.lycos.de/iljamod/dc3-throttle.zip > > > > > > > Sorry to hear that you haven't been able to make 3D

Re: [Flightgear-devel] YASIM bug/feature (was Stopped making dc3-cockpit, need help)

2004-02-09 Thread Andy Ross
Vivian Meazza wrote: > Whilst working on the DC3 model, trying to help a little with this > problem, I noted that the model flies left-wing low. This seems to > be related to the twist element set on the wing. The DC3 has -3 deg > set. Reverse this and the model flies wings right wing low. It seems

Re: [Flightgear-devel] YASIM bug/feature (was Stopped making dc3-cockpit, need help)

2004-02-09 Thread David Megginson
Andy Ross wrote: Indeed, the twist assignment for wings looks a little wrong. These are the twist assignments for the symmetrical left and right wing segments: s->setTwist(_twist * frac); s->setTwist(_twist * Math::sqrt(frac)); It looks like I screwed it up between version

Re: [Flightgear-devel] YASIM bug/feature (was Stopped making dc3-cockpit, need help)

2004-02-09 Thread Andy Ross
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 twist