Hi,
I have a special collada file is seems. FME is able to correctly read and view the model however when it comes to textures, it's falling over.
We have a .dae file that uses Instance_material to refer to a target file directory and also makes reference to an object in the same call.
e.g
<instance_material symbol="wall" target="../materials/wall.dae#wall" sid="wall">
<bind_vertex_input semantic="uv0" input_semantic="TEXCOORD" input_set="0"/>
</instance_material>
I found only one reference to someone with a similar issue.
I used https://www.khronos.org/files/collada_spec_1_4.pdf for reference
and https://www.khronos.org/collada/wiki/Using_URIs_in_COLLADA .
In theory it should work, but perhaps this is not supported in the Collada reader?
Thanks.