<div dir="ltr"><div><div>Hi Eric,<br><br></div>Unfortunately, there's no support for mtl files.  Kiwi uses the OBJ reader from VTK:<br><br><a href="http://www.vtk.org/doc/nightly/html/classvtkOBJReader.html">http://www.vtk.org/doc/nightly/html/classvtkOBJReader.html</a><br>

<br></div>And that reader is missing texture support, it doesn't read mtl files and it doesn't read the texture coordinates from the obj file.  You could try asking on the VTK mailing list to see if someone has a solution for converting obj+tcoords into a vtk dataset.  Kiwi's current method for loading textured meshes is to load a vtk dataset with texture coordinates, then use a .kiwi file to associate a png or jpg file.  There's not support for multitextures unfortunately, either.  Basically, if you can get your mesh to appear with texture coordinates in ParaView, then you can export it for KiwiViewer, too.<br>

<br>Pat<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 21, 2013 at 9:10 PM, Eric Rolf <span dir="ltr"><<a href="mailto:xrolfex@gmail.com" target="_blank">xrolfex@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I was taking a look at the kiwi simple app but I'm not seeing a clear way to load mtl and texture files for obj in KIWI?<br>


<br>
Any thoughts?<br>
<br>
Eric<br>
<br>
Sent from my iPhone<br>
_______________________________________________<br>
Ves mailing list<br>
<a href="mailto:Ves@public.kitware.com">Ves@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ves" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ves</a><br>
</blockquote></div><br></div>