<div dir="ltr">ParaView doesn't render points directly, instead it renders cells.<div><br></div><div>Use glyph filter to generate VTK_VERTEX cells, one for each point, to render them.</div><div>Filters->2D Glyph (Glyph TYpe = Vertex).</div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div>
<br><div class="gmail_quote">On Fri, Feb 13, 2015 at 7:07 AM, Laura Masse <span dir="ltr"><<a href="mailto:dragon.prog@gmail.com" target="_blank">dragon.prog@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I can figure out why I cannot to load a ply ascii file with xyz and rgb<br>
information. Meshlab can load and I can see the cloud points with their<br>
original color, so paraview is not capable to do this, in fact it doesn´t<br>
show anything.<br>
<br>
I'm try others formats like vrml and paraview shows me the cloud points well<br>
but without rbg information.<br>
<br>
Anyone can help me ?<br>
<br>
I have a ply file with this format :<br>
<br>
ply<br>
format ascii 1.0<br>
comment VCGLIB generated<br>
element vertex 200<br>
property float x<br>
property float y<br>
property float z<br>
property uchar red<br>
property uchar green<br>
property uchar blue<br>
property uchar alpha<br>
element face 0<br>
property list uchar int vertex_indices<br>
end_header<br>
177.993 -59.8226 0.540387 25 28 28 255<br>
178.872 -60.0353 -0.548518 28 28 25 255<br>
175.918 -58.9002 6.74073 32 31 28 255<br>
176.371 -59.2969 8.05389 30 31 28 255<br>
177.272 -58.5993 2.09064 28 31 27 255<br>
177.968 -59.0099 1.1232 26 31 27 255<br>
179.155 -58.6469 -1.45635 26 27 27 255<br>
172.229 -57.9474 15.9899 32 36 32 255<br>
172.954 -57.6522 15.2316 36 34 29 255<br>
173.323 -58.0842 14.561 32 32 34 255<br>
174.35 -58.3697 9.81155 33 32 29 255<br>
174.249 -57.8838 10.5244 32 33 32 255 .....<br>
<br>
<br>
Advanced thakns<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/rgb-color-tp3623.html" target="_blank">http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/rgb-color-tp3623.html</a><br>
Sent from the The Unofficial ParaView Developers Forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" target="_blank">http://markmail.org/search/?q=Paraview-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
</blockquote></div><br></div>