Jim Wilson wrote: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.Matevz Jekovec <[EMAIL PROTECTED]> said: 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
