That collada file doesn't have any image textures.

You would replace the color material with a bitmap.
eg
[Embed(source="yourimage.jpg")]
private var ImgAsset:Class;
...
material = new BitmapMaterial(Cast.bitmap(ImgAsset));

theModel.materialLibrary.getMaterial("ColorMaterial_06860600").material =
material;

Reply via email to