David Megginson <[EMAIL PROTECTED]> said:

> Jim Wilson wrote:
> 
> > Yes.  In YASim, the 0,0,0 of the fuselage property is the origin.  So if ax=0,
> > ay=0, az=0 is used then the nose is origin in YASim.
> 
> It would be nice to be able to specify the point in YASim as well, so we 
> don't have to physically alter the models.  For the PA-28-161, though, I'll 
> just have to move the model down a little bit.
> 

Actually the 3D model is fine.

This is from the YASim config file for the pa28-161.  Note that the origin is
always 0,0,0 in YASim.  So in this case it is 0.5 along the X axis which is
the longitudinal axis:

<fuselage ax="0.5" ay="0" az="0" bx="-7.75" by="0" bz="0"
          width="1.5" taper="0.2" midpoint="0.3"/>

Change it to this:

<fuselage ax="0.0" ay="0" az="0" bx="-8.25" by="0" bz="0"
          width="1.5" taper="0.2" midpoint="0.3"/>

What I have done is move the fuselage back half a meter.  I am not sure what
do do with the "midpoint" value but iirc it is a ration and not a dimension. 
In the rest of the config just subtract the 0.5 from each "x=" value and you
will have the same exact flight model only the origin is at the nose (there is
probably about a dozen of those to change).

Best,

Jim


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

Reply via email to