Hi all,
could anybody explain me how to attach other LibraryObjects to an existing Gmax-model. I've created a model, assigned a beacon and a object to two different parts of the model within gmax with script procedure and exported to mdl. I edited the xml according to the MS-SDK: (but unfortunately there is no example for an attached LibraryObject )
............
<LibraryObject name="CB1E2EE011D91D37200031A213F15418" scale="1.0" />
<AttachedObject attachpointName="attachpt_beacon">
<Beacon type="CIVILIAN" baseType="AIRPORT" />
</AttachedObject>
<AttachedObject attachpointName="attachpt_VEH_air_firetruck" pitch="0" bank="0" heading="0" >
<LibraryObject name="c545a2a411d2e2ec1000849c2ae60c5a" scale="1.0" />
</AttachedObject>
............................
but exactly here is an error occured:
MISMACH TOKEN END (LibraryObject)!
what is going wrong ???
very surprise
I found out, that the export of the model attaches the LibraryObject automaticly within the mdl-file, without editing any thing in xml!
May be it helps for other guys too
Helle