<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Helvetica, Sans-Serif;">
<p>In vtk I have exported a scene to .obj/.mtl using vtkOBJExporter. The vtkRenderWindow that is connected the vtkOBJExporter only contains 3 actors: two spheres and a cylinder (tube filter).</p>
<p><br>
</p>
<p>I have been trying to open the obj in other software, but with varying luck. I have tried opening the file in Blender and meshlab where it fails (meshlab complains about "Bad texture coords index in face"). However, the file opens successfully in netfabb.</p>
<p><br>
</p>
<p>On the other hand, if I union boolean (vtkBooleanOperationPolyDataFilter) the three polydata (2 spheres and cylinder) together, and create one actor for the resulting single polydata, the obj/mtl from that scene opens successfully in all three programs.</p>
<p><br>
</p>
<p>Attached is the obj/mtl files that fail.</p>
<p><br>
</p>
<p>What could be the issue here?</p>
<p><br>
</p>
<p>Thanks<br>
</p>
</div>
</body>
</html>