<DIV>Hi,</DIV>
<DIV>&nbsp;&nbsp;&nbsp; I use vtkUnstructuredGrid to Show lines.when I pick a cell, I want to change the cell's color.I know how to change it, but I don't know how to ask the render to update its new color.I used the vtkUnstructuredGrid 's modified().But it does nothing .I have to use vtkRenderWindow::Render() to render whole scene.it is really slow.</DIV>
<DIV>How to update only the changed actor?</DIV>
<DIV>Thanks </DIV>