[vtkusers] texture mapping animation

Darren Weber darren.weber.lists at gmail.com
Sat May 3 11:28:51 EDT 2008


I have a closed surface where the faces contain triangles of the points, eg:

vtkSurf = vtk.vtkPolyData()
vtkSurf.SetPoints(points)
vtkSurf.SetPolys(faces)

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?

Thanks in advance, Darren
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20080503/83411c9e/attachment.htm>


More information about the vtkusers mailing list