<br>I have a closed surface where the faces contain triangles of the points, eg:<br><br>vtkSurf = vtk.vtkPolyData()<br>vtkSurf.SetPoints(points)<br>vtkSurf.SetPolys(faces)<br><br>I also have a time-series of scalar values for every point. How do I display one time-point with a reasonable colormap? How do I create a loop that changes the point values that map into the colormap?<br>
<br>Thanks in advance, Darren<br><br>