Hi, I am a new user to vtk, be nice :)<br>What I am trying to do is to visualize the output of a raytracing program, specially the output of an algorithm, Irradiance Caching. What I have is a list of lots of points, each with it&#39;s own rgb value.<br>

I tried using vtkVertex.<br>The way I have do it is to create both a vtkPoints and a vtkUnsignedCharArray, for position and colors respectively. I assign the color vector with polydata.GetPointData().SetVectors(self.colors) method.<br>
The only color I see is the default one (white) or the one I assign through actor.GetProperty().SetColor(color).<br>I am working with Python in Linux, if that info is relevant.<br>I know I can do other things like using voxels, or one actor ¡per point!, but it don&#39;t think that is very efficient.<br>
The number of points its in the order of hundred of thousands.<br><br>Thanks for your help, if you need any more info, please, just tell me.<br><br>P.S: I have read some docs and a lot of past posts. There have been similar inquiries, but no solution has work for me (like coloring with scalars values and a look up table, I need a different rgb value per point, and there are lots).<br clear="all">
<br>-- <br>George Laskowsky Ziguilinsky<br>