I created a Maya file when I export it to OBJ with the .obj the .mtl and the texture .png everything is loaded except the textures everything is black. Am I missing something while exporting to maya? Here is the OBJ and the texture: https://www.dropbox.com/sh/3cxqacay9sao1bu/AADtArGP5Pu2qdPY3hJBJ3Yka?dl=0
Thank you!
<a-assets>
<a-asset-item id="object-obj" src="objects/ccentercables.obj"></a-asset-item>
<a-asset-item id="object-mtl" src="objects/ccentercables.mtl"></a-asset-item>
</a-assets>
<a-obj-model src="#object-obj" mtl="#object-mtl" material="src: #texture"></a-obj-model>