Hi,

I've had some trouble importing a Collada model to Away3D v 3.6

1. Tried to use Collada.load(), got an error with parsing the texture,
on loadTextures() the pathArray is null. Same Collada file is loading
fine in the previous version of Away3D.

2. Took the Collada file into preFab, exported as a AS3 class. The
class that was created once instantiated is trying to access in
buildMaterials()  an array as a property in MaterialsData, this
property cant be found in the actual class, but is still documented in
the documentation http://away3d.com/livedocs/3.6.0_lib/.

Final solution: I exported the Collada as a .awd from preFab and
parsed to  AWData. That worked!

Maybe this will help someone, or maybe if someone else found
workaround, or something that I missed.

Leon

Reply via email to