Jim Wilson wrote:
Matevz Jekovec <[EMAIL PROTECTED]> said:

  
I'm looking for a side texture of the wheel. I wanted to use wheel to 
spin when your aircraft moves, so the texture is the only visible proof, 
but I can't find any.

    

That's something I did with the P-51 (there's a spoked wheel in the texture
number 05).  It looks ok on the ground and a little silly when it still spins
at the same rate off the ground :-)

Best,

Jim
  
Curt, is there any flag we can use (in other words, would it be possible to...:)) to do some animation if the aircraft is touched down or not. For e.g. spinning of the wheel would do one animation, and the other if aircraft is airborne.

I've had an idea of xml structure something like this: (I'm not sure how if statements are used in xml, so I'm just improvizing)
<animation>
? <type>spin</type>
? <object-name>LeftGear</object-name>
? <property>/gear/gear[1]/position-norm</property>
? <center>
?? <x-m>0.76</x-m>
?? <y-m>-1.05</y-m>
?? <z-m>-0.68</z-m>
? </center>
? <axis>
?? <x>0</x>
?? <y>1</y>
?? <z>0</z>
? </axis>
? <touched_down>
??? <factor>-120</factor>
? </touched_down>
? <airborne>
??? <factor>-30</factor>
? </airborne>
</animation>


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

Reply via email to