Hi all,<br>I am using vtkTextureMapTo* to generate texture coordinates on different vtkPolyData objects. <br>At this stage in VTK the pipeline ends with vtkActor taking both the image and polydata:<br><br>polydata object -&gt; vtkDataSetMapper -&gt; 
vtkActor.setMapper<br>image file -&gt; vtkTexture -&gt; vtkActor.setTexture<br><br>I would like to know when to combine the two objects within the Paraview pipeline. Is the image mapped to the polydata object in vtkActor?? I had originally created a filter for vtkActor (using setTexture and setMapper to take the two objects in) but i get multiple display errors so i believe i should not be venturing into vtkActor as a filter.
<br><br>does anyone have any suggestions as to how i can display the image mapped onto my polydata object?<br>thanks<br><br><br>