<div dir="ltr">Charlie,<div>You'll need to generate a mesh from your points</div><div><a href="https://lorensen.github.io/VTKExamples/site/Python/Modelling/DelaunayMesh/">https://lorensen.github.io/VTKExamples/site/Python/Modelling/DelaunayMesh/</a><br></div><div>add the array of colors to the mesh and then show the mesh</div><div><br></div><div>This example shows how to show a mesh colored by a scalar</div><div><a href="https://lorensen.github.io/VTKExamples/site/Cxx/VisualizationAlgorithms/TubesFromSplines/">https://lorensen.github.io/VTKExamples/site/Cxx/VisualizationAlgorithms/TubesFromSplines/</a><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jan 6, 2018 at 2:26 PM, Charles Kind <span dir="ltr"><<a href="mailto:charles.kind@bristol.ac.uk" target="_blank">charles.kind@bristol.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear All,<br>
<br>
I am having a VTK blank and need help. I have a polydata made up of 2d<br>
(512*512) points and an unsignedchar array of colors attached. I just want<br>
to generate a surface from this with the colors. How do I do this.<br>
<br>
I know the data is correct as I happily use a superset of it for various 3d<br>
interactive renderings.<br>
<br>
Charlie<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.<wbr>com/VTK-Users-f1224199.html</a><br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://vtk.org/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://vtk.org/mailman/<wbr>listinfo/vtkusers</a><br>
</blockquote></div><br></div>