Maybe I'm misunderstanding why you are doing this.  Lower pitch angle, fast
spinning prop.  That doesn't makes sense?

Best,

Jim

Andy Ross said:

> Update of /var/cvs/FlightGear-0.9/source/src/FDM/YASim
> In directory baron:/tmp/cvs-serv7517
> 
> Modified Files:
>       Propeller.cpp 
> Log Message:
> Reverse the sense of manual propellers.  Low numbers == fast
> propeller, silly.
> 
> 
> Index: Propeller.cpp
> ===================================================================
> RCS file: /var/cvs/FlightGear-0.9/source/src/FDM/YASim/Propeller.cpp,v
> retrieving revision 1.3
> retrieving revision 1.4
> diff -C2 -r1.3 -r1.4
> *** a/Propeller.cpp   1 May 2004 00:25:56 -0000       1.3
> --- b/Propeller.cpp   1 May 2004 15:18:27 -0000       1.4
> ***************
> *** 63,67 ****
>       // base value.
>       if (_manual) 
> !         _j0 = _baseJ0 * Math::pow(2, 4*_proppitch - 2);
>       
>       float tipspd = _r*omega;
> --- 63,67 ----
>       // base value.
>       if (_manual) 
> !         _j0 = _baseJ0 * Math::pow(2, 2 - 4*_proppitch);
>       
>       float tipspd = _r*omega;
> 


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

Reply via email to