Hi @all,
i had a flash app with away3d 3.5.5 which loads an obj file and setzt materials lights etc. correctly.
Now i’m trying to do the same in away3d 4 but had no luck so far. The example (LoaderObjTest.as) doesn’t help because “_loader.parseData(...)” is an undefined function ?!
After some searching in the www i found some usefull hints so that i was able to load an obj file. But when i try to set the material to all the meshes i always get “_loader.numChildren = 1”.
My current Version is in attachment.
Thank you for help. I was trying different things for hours now.