19
edits
(+ Blend animation) |
Andyramone (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
Animations are executed by FlightGear in the order that they are read in the model's .xml file. Therefore, it is very important to pay attention to the order, especially when multiple animations are applied to the same object(s). | Animations are executed by FlightGear in the order that they are read in the model's .xml file. Therefore, it is very important to pay attention to the order, especially when multiple animations are applied to the same object(s). | ||
== A note about .ac files == | |||
When referring to an .ac file in your xml animation, it is important that the <object name> matches the object named in the .ac file. For example, when exprtting to AC3D in Sketchup, the .ac file will name the objects in your model to "blah" by default. You need to amend the relevant object names in your .ac file using text edit, so that the xml will work. | |||
See: http://wiki.flightgear.org/AC_files:_Understanding_and_changing_.ac_code#Identifying_an_object | |||
== Special code parts == | == Special code parts == |
edits