I'm used to embedding Collada models like this:

var object:Object3D = Collada.parse (ObjectMesh, { material: ObjectMaterial } );


Simple, easy, but the AWData parser doesn't seem to support a material in the 
init properties. Is there any other way to embed and include a material with my 
model (especially without using an explicit material name), or should I look at 
patching the parser myself?

Also, does the end result of the AWData parser resemble the same as the Collada 
parser, or does it turn out better, or with more available options (like 
primitive objects)?

Thank you!

Reply via email to