Try
var objekte:ObjectContainer3D = AWData.parse(new AWDFile(), {
customPath:"./images/images/" } ) as ObjectContainer3D;
_tree.addChild(objekte.chilren[0]);

I just a quick test with a cube and a prefab generated sphere added to the
tree and that above is the obly one that worked for me.

Reply via email to