David Culp wrote:
> Has anyone made an exterior model with proper gear door sequencing yet (i.e. 
> 1. gear handle up 2. gear door opens 3. gear comes up 4. gear door 
> closes)? Is there a way to do this in the animation config? 
> 
> If not, we'll need a gear door sequencing subsystem. 

I did that with the A320. I used interpolation tables like this :

 <animation>
  <type>rotate</type>
  <object-name>GearDoorRight.1</object-name>
  <object-name>GearDoorRight.3</object-name>
  <property>/gear/gear[2]/position-norm</property>
  <interpolation>
    <entry>
      <ind>0.0</ind>
      <dep>0.0</dep>
    </entry>
    <entry>
      <ind>0.2</ind>
      <dep>90.0</dep>
    </entry>
    <entry>
      <ind>0.8</ind>
      <dep>90.0</dep>
    </entry>
    <entry>
      <ind>1.0</ind>
      <dep>0.0</dep>
    </entry>
  </interpolation>
  <center>
   <x-m>-0.719</x-m>
   <y-m>0.099</y-m>
   <z-m>-4.552</z-m>
  </center>
  <axis>
   <x>-1</x>
   <y>0</y>
   <z>0</z>
  </axis>
 </animation>

My sequence has only 3 states : 1. gear door opens, 2. gear comes up, 3. gear door 
closes.

Cheers,
-Fred


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

Reply via email to