I wrote:

>
> I also have to update documentation. Basically, in the spin animation, you'll
> replace :
>
>   <factor>2.0</factor>
>   <starting-pos-deg>0</starting-pos-deg>
>
> by :
>
>   <factor>
>     <random>
>       <min>1.8</min>
>       <max>2.2</max>
>     </random>
>   </factor>
>   <starting-pos-deg>
>     <random>
>       <min>0</min>
>       <max>360</max>
>     </random>
>   </starting-pos-deg>

I forgot that you'll also have to add :

    <use-personality type="bool">true</use-personality>

-Fred

_______________________________________________
Flightgear-devel mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to