Thanks so much for the new feature. I was looking at the documentation and the examples. Having a hard time to actually accomplish this. I have done as the example bellow, but I don't get this to show. I made the node on the GTLF, and made the separate xml and gtlf file for the attaching model. But to no avail. Read many times the documentation, don't know what I am doring wrong, I get a warning on compile saying node 0 not found or something to that effect. Can you folks explain a bit more how this is accomplished?
<ModelInfo>
<LODS>
<LOD minSize="150" ModelFile="DA62_LOD00.gltf">
<MergeModel>..\livery\DA62_LiveryFS_LOD00.gltf</MergeModel>
<AttachModel id="myInstrument"/>
<AttachModel id="chair1"/>
</LOD>
<LOD minSize="110" ModelFile="DA62_LOD01.gltf">
<AttachModel id="chair1"/>
</LOD>
<LOD minSize="75" ModelFile="DA62_LOD02.gltf"/>
</LODS>
<ModelAttachments>
<ModelAttachment id="myInstrument">
<AttachToNode>SomeNodeName</AttachToNode>
<Model>..\..\..\..\Instruments\SomeInstrument.xml</Model>
</ModelAttachment>
<ModelAttachment id="chair1">
<AttachToNode>chair1pos</AttachToNode>
<Model>..\..\Shared\Misc\FancyChair.xml</Model>
</ModelAttachment>
</ModelAttachments>
</ModelInfo>