Hi,

This is a heads up for all 3d model designers.

In order to be able the use your model as an AIModel (and later on ATC controlled model) it is important that the properties used in the animation configuration file are *not* absolute, but instead are defined relative.

This is done quite easily by removing the first '/' character of the property definition:

wrong:
<property>/controls/lighting/nav-lights</property>

right:
<property>controls/lighting/nav-lights</property>
        ^^^^

Erik


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

Reply via email to