Re: [Flightgear-devel] BugFix - Re: Bugs: 787

2010-02-03 Thread Patrice Poly
Hello, I have been looking into the 787 yasim fuselage , using the blender import script by Melchior Franz as suggested. Using the original 787.xml file as it is in CVS now, ie : we see the following : http://imagebin.org/83127 Without surprise, that fuselage section has zero length. I stretc

Re: [Flightgear-devel] BugFix - Re: Bugs: 787

2010-01-24 Thread Pete Morgan
leee wrote: > On Saturday 23 Jan 2010, Pete Morgan wrote: > >> After following the link below.. here is the fix. Not sure what >> it does, but took a stab at replacing the ax=13.6. The model >> looks fins in the views.. >> >> +++ b/787.xml >> @@ -55,7 +55,7 @@ Mach 1 = 576.6 kt @ 35,000 ft --> >

Re: [Flightgear-devel] BugFix - Re: Bugs: 787

2010-01-24 Thread leee
On Saturday 23 Jan 2010, Pete Morgan wrote: > After following the link below.. here is the fix. Not sure what > it does, but took a stab at replacing the ax=13.6. The model > looks fins in the views.. > > +++ b/787.xml > @@ -55,7 +55,7 @@ Mach 1 = 576.6 kt @ 35,000 ft --> > width="5.9" taper="0.62"

Re: [Flightgear-devel] BugFix - Re: Bugs: 787

2010-01-23 Thread Csaba Halász
On Sun, Jan 24, 2010 at 12:05 AM, Pete Morgan wrote: > After following the link below.. here is the fix. Not sure what it does, > but took a stab at replacing the ax=13.6. The model looks fins in the > views.. That's because you are modifying the FDM not the visual model. I don't think it is a go

[Flightgear-devel] BugFix - Re: Bugs: 787

2010-01-23 Thread Pete Morgan
After following the link below.. here is the fix. Not sure what it does, but took a stab at replacing the ax=13.6. The model looks fins in the views.. +++ b/787.xml @@ -55,7 +55,7 @@ Mach 1 = 576.6 kt @ 35,000 ft --> width="5.9" taper="0.62"/> - On Fri, Jan 22, 2010 at 2:18 AM, Pete Morgan w