I'm running into this same bug again with the colditz glider. The range
animation only works for the first object listed, all the others listed
in the animation disappear permanently. I have something like 10 objects
to do LOD animations on, and it is already making the xml look pretty
excessive. This is an even bigger problem with the superfort.

Josh

e.g.

Works:

 <animation>
  <type>range</type>
  <min-m>0</min-m>
  <max-m>10000</max-m>
  <object-name>Stick</object-name>
 </animation>

 <animation>
  <type>range</type>
  <min-m>0</min-m>
  <max-m>100</max-m>
  <object-name>Headrest</object-name>
 </animation>

Breaks:

 <animation>
  <type>range</type>
  <min-m>0</min-m>
  <max-m>10000</max-m>
  <object-name>Stick</object-name>
  <object-name>Headrest</object-name>
 </animation>

_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to