hey i had found your post in this forum and i already tried it your way ... same result ... its freaky ... its exactly the same export as the as3 export and _view.scene gives the same result ... but _tree only works for the as3 export :-(
On 24 Jan., 14:46, John Brookes <[email protected]> wrote: > 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.
