The obj and mtl parsing doesn't appear to be working for me.

I have all my test files in one location, fla, as, obj, mtl, etc. The obj
file has the mtllib tag at the top pointing to the mtl file. In between the
vt and f definitions it has the usemtl tag that has the name of the texture
to use. In the mtl file it has the newmtl tag at the top which is defined as
the name of the texture. Also, the map_Kd tag defines the actual texture
path. When I publish, the obj is parsed and displayed correctly, but the
when trying to load the texture from the mtl file I get the error:

"Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found."

So, I'm assuming by this that the mtl file was found, but away3d couldnt
find the texture file therein because the path was incorrect.

How do I get this working?

Thanks.

Reply via email to