Hello,<br><br>I have started using vtk just a few days ago. I managed to load and display .obj and .vrml files in a few trials, but now I can not manage to load a model stored in a text file, structured like:<br><br>numVertices
<br>v0.x v0.y v0z<br>v1.x v0y v0.z<br>.<br>:<br>numTriangles<br>vertexId1 vertexId2 vertexId3<br>.<br>:<br><br>After I read the vertices coordinates and the triangles topology, what is the best way to store this stuff on a vtkPolyData object?
<br><br>I tried different ways, but I only managed to see the vertices if I draw spheres centred on them, whatever I tried for inserting the triangles failed.<br><br>I would really appreciate some hints on how to do this the best way.
<br><br>Thanks a lot in advance<br>G<br><br>