Ampere K. Hardraade wrote:

> Is there any animation documentation out there that tells you what type of
> animations have been implemented, and how they work, etc.?

http://cvs.flightgear.org/cgi-bin/viewcvs/viewcvs.cgi/*checkout*/docs/Model/fgfs-model-howto.html?rev=1.8&cvsroot=FlightGear-0.9


> Also, if in A.xml I import the XML wrapper for mesh B:
> <model>
>   <path>meshB.XML</path>
> </model>
>
> Is there anyway I can rotate the entire meshB?

>From A320-fb.xml :

 <model>
  <path>Aircraft/747/Models/boeing747-400-pfd-jw.xml</path>
  <offsets>
   <x-m>-17.17</x-m>
   <y-m>-0.59</y-m>
   <z-m>-2</z-m>
   <pitch-deg>-15.0</pitch-deg>
  </offsets>
 </model>

You can also have offsets/roll-deg and offsets/heading-deg

-Fred



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

Reply via email to